commit | 277a6a34175dcb0ee98dceee619e0e3190347a25 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Apr 02 18:02:33 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon May 10 11:32:30 2010 +0900 |
tree | bda68b681972c608b78de87f5e856a649f2a04e7 | |
parent | 73bb48869b14fd5094b9ec173a2bf86bc0e464d4 [diff] |
nilfs2: change default of 'errors' mount option to 'remount-ro' mode Like ext3, nilfs has 'errors' mount option to allow specifying desired behavior on severe errors. Currently, the default action is 'errors=continue' and has potential to advance filesystem corruption for severe errors. This will change the action to 'errors=remount-ro' to avoid the issue. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>