ext3: make "norecovery" an alias for "noload"
authorEric Sandeen <sandeen@redhat.com>
Mon, 16 Nov 2009 22:50:49 +0000 (16:50 -0600)
committerJan Kara <jack@suse.cz>
Thu, 10 Dec 2009 14:02:52 +0000 (15:02 +0100)
commitdee1d3b6270a7cf5cc65c493a2ab4ebaad1a1caf
treec8de16452f9a70e96456bc4bfdfdf1b4f9e3c404
parentb918397542388de75bd86c32fbfa820e5d629fa9
ext3: make "norecovery" an alias for "noload"

Users on the list recently complained about differences across
filesystems w.r.t. how to mount without a journal replay.

In the discussion it was noted that xfs's "norecovery" option is
perhaps more descriptively accurate than "noload," so let's make
that an alias for ext3.

Also show this status in /proc/mounts

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Documentation/filesystems/ext3.txt
fs/ext3/super.c