Date: Mon, 24 Jan 2005 10:27:05 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_lookup.c Message-ID: <200501241027.j0OAR5k6030818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-01-24 10:27:05 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: - Acquire and release Giant as we enter and leave filesystems which require it. - Track the status of Giant with the nd flag HASGIANT. - Release giant on return of namei() callers are not marked MPSAFE as they already own giant. Sponsored By: Isilon Systems, Inc. Revision Changes Path 1.68 +37 -6 src/sys/kern/vfs_lookup.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501241027.j0OAR5k6030818>