nilfs2: change default of 'errors' mount option to 'remount-ro' mode
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 2 Apr 2010 09:02:33 +0000 (18:02 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 May 2010 02:32:30 +0000 (11:32 +0900)
commit277a6a34175dcb0ee98dceee619e0e3190347a25
treebda68b681972c608b78de87f5e856a649f2a04e7
parent73bb48869b14fd5094b9ec173a2bf86bc0e464d4
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>
Documentation/filesystems/nilfs2.txt
fs/nilfs2/super.c