From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 23 16:09:52 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D45481065673; Fri, 23 Jul 2010 16:09:52 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 44EE98FC13; Fri, 23 Jul 2010 16:09:52 +0000 (UTC) Received: by wyj26 with SMTP id 26so415924wyj.13 for ; Fri, 23 Jul 2010 09:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=SqR/a1TBbKIZJAjF5oxHMQvrJPjkbrSrqUnSwkzBkQ8=; b=gw+jgXLIRflvsuu3gMBlX0iKtnXZYP0emNbReotDZPJt8C1O/6b/NVwk8W+J4gU27r LyW6t4/74Apt0WOE/KnXnoIGOS8g6xYE1BrczQTyWW9aUIuHmRd70ShQmefKr2yQD23i 35SiwLfW5b/Bx2/tSSphCyKtv4JuDjgrrVNNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UPy8tnMZ39j/9ZWYZC7bToto1dJe3s+m0SRR9c1zbux+rxjH7rI5kYZNEgDzOLKpEH UdM9Va8KKVzZe7/Ln5wByPlAGHN1Md+yvyQoJkEkdL7yx2UgJUpHjoB7l/XaNrYfYpGw R041tiPkPYznWFFn0yabOagTuryNF8+Gyi3oM= MIME-Version: 1.0 Received: by 10.227.156.12 with SMTP id u12mr3671035wbw.213.1279901391097; Fri, 23 Jul 2010 09:09:51 -0700 (PDT) Received: by 10.216.63.131 with HTTP; Fri, 23 Jul 2010 09:09:51 -0700 (PDT) In-Reply-To: <4C492CE0.3050105@FreeBSD.org> References: <4C492CE0.3050105@FreeBSD.org> Date: Fri, 23 Jul 2010 09:09:51 -0700 Message-ID: From: Jerry Toung To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Giant free GEOM/CAM XPT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 16:09:52 -0000 On Thu, Jul 22, 2010 at 10:47 PM, Alexander Motin wrote: > > Giant locked there only if DISKFLAG_NEEDSGIANT flag is set, which da > driver is not doing. > > > Alexander, my mistake. I am working on 2 branches at the moment 6.3 and 8.0. I got them all mixed up while going through my trees. 8.0 scsi_da.c doesn't need giant. Jerry