cvs commit: src/sys/kern vfs_vnops.c
Robert Watson
rwatson at FreeBSD.org
Fri Aug 6 15:25:35 PDT 2004
rwatson 2004-08-06 22:25:35 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_vnops.c
Log:
Flag a broad range of VFS operations as GIANT_REQUIRED in order to
catch leaking into VFS without Giant.
Inch Giant a little lower in several file descriptor operations on
vnodes to cover only VFS operations that need it, rather than file
flag reading, etc.
Revision Changes Path
1.206 +24 -2 src/sys/kern/vfs_vnops.c
More information about the cvs-src
mailing list