K 10 svn:author V 2 jh K 8 svn:date V 27 2011-07-26T16:14:57.611890Z K 7 svn:log V 337 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. END