From: Aneesh Kumar K.V Date: Wed, 6 Feb 2008 09:40:14 +0000 (-0800) Subject: ext3: change the default behaviour on error X-Git-Tag: v2.6.25-rc1~529 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eca93f9cafdec4a332ace9b0fc0d3886d430c28;p=pandora-kernel.git ext3: change the default behaviour on error ext3 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 Cc: Cc: Eric Sandeen Cc: Jan Kara Cc: Dave Jones Cc: Chuck Ebbert Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed