cvs commit: src/sys/kern vfs_syscalls.c
Jeff Roberson
jeff at FreeBSD.org
Tue Feb 21 22:19:09 PST 2006
jeff 2006-02-22 06:19:08 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_syscalls.c
Log:
- Hold the vnode used in the statfs related functions until we're done with
the VFS_STATFS call to prevent the mount from disappearing while we're
stating.
- Convert these routines to use MPSAFE namei semantics.
MFC After: 1 week
Revision Changes Path
1.406 +28 -21 src/sys/kern/vfs_syscalls.c
More information about the cvs-src
mailing list