cvs commit: src/sys/kern vfs_cache.c src/sys/security/audit audit_bsm_klib.c src/sys/sys vnode.h

Christian S.J. Peron csjp at FreeBSD.org
Thu Jul 31 17:20:16 UTC 2008


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 :)


More information about the cvs-src mailing list