Date: Sat, 30 Aug 2008 23:43:56 +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: <200808302344.m7UNiBNE022504@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2008-08-30 23:43:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_mount.c Log: SVN rev 182496 on 2008-08-30 23:43:56Z by rodrigc MFC: 182025 In nmount(), when we see the "force" option, set the MNT_FORCE flag, but do not persist "force" in the options list, since it is a command, not a persistent property of a mount. Similarly, when we see "reload", set MNT_RELOAD, but delete "reload" from the options list. Revision Changes Path 1.265.2.9 +7 -1 src/sys/kern/vfs_mount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808302344.m7UNiBNE022504>