Date: Tue, 26 Jul 2011 16:14:57 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_mount.c Message-ID: <201107261615.p6QGFL2J090189@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2011-07-26 16:14:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_mount.c Log: SVN rev 224449 on 2011-07-26 16:14:57Z by jh MFC r219925: Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in vfs_equalopts(). This allows vfs_sanitizeopts() to filter redundant occurrences of these options. It was possible that for example both "ro" and "rw" options became active concurrently. PR: kern/133614 MFC r220040: Fix some style issues in r219925. Revision Changes Path 1.265.2.18 +23 -0 src/sys/kern/vfs_mount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107261615.p6QGFL2J090189>