rodrigc 9cf0eb5132 Parse more mount options in vfs_donmount(), before vfs_domount()
is called.  It looks like there are lots of different mount flags checked
in vfs_domount(), so we need to do the parsing for these particular
mount flags earlier on.  The new flags parsed are:
async, force, multilabel, noasync, noatime, noclusterr, noclusterw,
noexec, nosuid, nosymfollow, snapshot, suiddir, sync, union.

Existing code which uses mount() to mount UFS filesystems is not
affected, but new code which uses nmount() to mount UFS filesystems
should behave better.
2005-11-19 21:22:21 +00:00
..
2005-10-30 02:14:37 +00:00
2005-10-03 06:57:29 +00:00
2005-11-06 16:47:59 +00:00
2005-08-28 05:38:40 +00:00
2005-11-17 08:56:21 +00:00
2005-10-30 02:14:37 +00:00
2005-10-16 20:40:40 +00:00