commit | bb4f397a1a7f2330cb173233599aa159f5780f58 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Mon Jan 28 23:58:26 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 28 23:58:26 2008 -0500 |
tree | eaa1605d6ddc816479803e98b82e26b8f0afdfb0 | |
parent | e7c95593001cb96ef5dd121a4523286c574c7133 [diff] |
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>