cvs commit: src/sys/kern vfs_syscalls.c
Robert Watson
rwatson at FreeBSD.org
Fri Feb 3 07:42:21 PST 2006
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
More information about the cvs-src
mailing list