Date: Wed, 23 Mar 2011 17:56:38 +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: <201103231756.p2NHupBj009525@repoman.freebsd.org>
index | next in thread | raw e-mail
jh 2011-03-23 17:56:38 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_mount.c
Log:
SVN rev 219925 on 2011-03-23 17:56:38Z by jh
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
Discussed on: freebsd-hackers
MFC after: 1 month
Revision Changes Path
1.330 +26 -0 src/sys/kern/vfs_mount.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103231756.p2NHupBj009525>
