Craig Rodrigues 88e2c33564 If we specify: mount -u (update), without specifying an
additional -r (read-only) flag or or -w (read-write) flag,
then assume we want, mount -u -w.

When doing a mount update, this will implicitly pass a "noro" mount
option down to the VFS layer.
vfs_mergeopts() in vfs_mount.c will then remove the "ro" mount option
if it exists in the mount options for a mounted file system.
This means that "mount -u" works the same as "mount -u -w"
and will convert a read-only mount to read-write.
2006-02-25 05:09:47 +00:00
..
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2005-11-18 10:36:29 +00:00
2005-06-14 11:24:56 +00:00
2005-01-18 10:09:38 +00:00
2006-01-30 22:50:13 +00:00
2006-02-06 19:22:34 +00:00
2005-01-17 13:56:46 +00:00
2005-04-08 10:32:22 +00:00
2004-07-28 05:59:22 +00:00
2005-11-18 10:36:29 +00:00
2005-11-18 10:36:29 +00:00
2005-11-20 10:35:46 +00:00
2005-04-14 20:27:30 +00:00
2006-02-23 00:07:10 +00:00
2005-11-18 10:36:29 +00:00
2005-02-13 22:25:33 +00:00
2005-12-30 11:56:57 +00:00
2005-11-18 10:36:29 +00:00
2005-11-18 10:36:29 +00:00
2005-02-09 22:06:16 +00:00
2006-02-12 07:57:27 +00:00
2005-11-13 01:47:04 +00:00
2005-05-02 10:13:38 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2004-10-24 14:25:53 +00:00
2005-12-01 22:03:34 +00:00
2005-02-13 23:45:54 +00:00
2005-12-01 21:59:24 +00:00
2005-02-13 22:25:33 +00:00
2004-12-21 09:59:45 +00:00