]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Change the default behaviour on error
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 29 Jan 2008 04:58:26 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:26 +0000 (23:58 -0500)
commitbb4f397a1a7f2330cb173233599aa159f5780f58
treeeaa1605d6ddc816479803e98b82e26b8f0afdfb0
parente7c95593001cb96ef5dd121a4523286c574c7133
ext4: Change the default behaviour on error

ext4 file system was by default ignoring errors and continuing. This
is not a good default as continuing on error could lead to file system
corruption. Change the default to mark the file system
readonly. Debian and ubuntu already does this as the default in their
fstab.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/ext4/super.c