From: Aneesh Kumar K.V Date: Tue, 29 Jan 2008 04:58:26 +0000 (-0500) Subject: ext4: Change the default behaviour on error X-Git-Tag: v2.6.25-rc1~1166^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4f397a1a7f2330cb173233599aa159f5780f58;p=pandora-kernel.git 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 Acked-by: Eric Sandeen Signed-off-by: Mingming Cao --- Reading git-diff-tree failed