Date: Mon, 13 Jun 2011 15:53:56 +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: <201106131554.p5DFsA4k078786@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2011-06-13 15:53:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern vfs_mount.c Log: SVN rev 223050 on 2011-06-13 15:53:56Z 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.312.2.5 +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?201106131554.p5DFsA4k078786>