cvs commit: src/sys/kern vfs_mount.c
Craig Rodrigues
rodrigc at FreeBSD.org
Fri Nov 18 01:31:11 GMT 2005
rodrigc 2005-11-18 01:31:10 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
In vfs_nmount(), check to see if "update" mount option was passed
in, and if so, set MNT_UPDATE filesystem flag.
vfs_nmount() calls vfs_domount(), and there is special logic
inside vfs_domount() if MNT_UPDATE is set. This is very important
when we want to do an update mount of the root filesystem, using nmount().
Revision Changes Path
1.201 +9 -0 src/sys/kern/vfs_mount.c
More information about the cvs-src
mailing list