]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: make "norecovery" an alias for "noload"
authorEric Sandeen <sandeen@redhat.com>
Thu, 19 Nov 2009 19:28:50 +0000 (14:28 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:07:44 +0000 (08:07 -0800)
commit360bfe0d07db42ee99a47b5549ac06d81016f356
treee0e0f67eb3875c9ea6e7b6bc6eee7769354f5ba2
parentc46e04b9e788d6abed811128aa4e61dc0996509c
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