ext4: make "norecovery" an alias for "noload"
commit6011d0baad8d5229445b1e0f7b6bdfcaf9cbff26
authorEric Sandeen <sandeen@redhat.com>
Thu, 19 Nov 2009 19:28:50 +0000 (19 14:28 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 17:45:06 +0000 (14 09:45 -0800)
treef3f85e2954b2627c750fdcea705da8effb6aaaec
parentfeac39ba7f50e851f4e20466e5d390f046932287
ext4: make "norecovery" an alias for "noload"

(cherry picked from commit e3bb52ae2bb9573e84c17b8e3560378d13a5c798)

Users on the linux-ext4 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 ext4.

Also show this status in /proc/mounts

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/filesystems/ext4.txt
fs/ext4/super.c