cvs commit: src/sys/kern vfs_mount.c
Ian Dowse
iedowse at FreeBSD.org
Sun Nov 30 15:30:11 PST 2003
iedowse 2003/11/30 15:30:09 PST
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in the
forced unmount case. Otherwise, a file system that is referenced
only by process fd_cdir/fd_rdir references to the file system root
vnode will be successfully unmounted without the MNT_FORCE flag.
The previous behaviour was not compatible with the unmount semantics
required by amd(8), so file systems could be unexpectedly unmounted
while there were still references to the file system root directory.
Reported by: Erez Zadok <ezk at cs.sunysb.edu>
Approved by: re (scottl)
Revision Changes Path
1.117 +7 -3 src/sys/kern/vfs_mount.c
More information about the cvs-src
mailing list