From owner-cvs-src@FreeBSD.ORG Thu Jul 31 17:20:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D15D1065676; Thu, 31 Jul 2008 17:20:16 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: from sub.vaned.net (sub.vaned.net [205.200.235.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8DE8FC0A; Thu, 31 Jul 2008 17:20:16 +0000 (UTC) (envelope-from csjp@sub.vaned.net) Received: by sub.vaned.net (Postfix, from userid 1001) id 1C330474; Thu, 31 Jul 2008 12:02:34 -0500 (CDT) Date: Thu, 31 Jul 2008 12:02:34 -0500 From: "Christian S.J. Peron" To: "Christian S.J. Peron" Message-ID: <20080731170234.GA91361@sub.vaned.net> References: <200807311659.m6VGxC2R018875@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807311659.m6VGxC2R018875@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_cache.c src/sys/security/audit audit_bsm_klib.c src/sys/sys vnode.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 17:20:16 -0000 On Thu, Jul 31, 2008 at 04:57:41PM +0000, Christian S.J. Peron wrote: > > Further, the string parsing routines have been converted to use the > sbuf(9) framework. This change also removes the conditional acquisition > of Giant, since the vn_fullpath1 method will not dip into file system > dependent code. > Doh -- we didn't remove the conditional aquisition of Giant here as it's still required in some cases. This commit message had an error in it :)