Date: Fri, 18 Nov 2005 01:31:10 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_mount.c Message-ID: <200511180131.jAI1VBNZ047615@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511180131.jAI1VBNZ047615>