Date: Fri, 3 Feb 2006 15:42:16 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200602031542.k13FgGHh002333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-02-03 15:42:16 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: In fchdir(), Giant must be separately acquired and dropped if the old vnode is from a file system that is not MPSAFE, as vrele() expects Giant to be held when it is called on a non-MPSAFE vnode. Spotted by: kris Tested by: glebius Revision Changes Path 1.403 +2 -0 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602031542.k13FgGHh002333>