]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee34a201e1ee4c0c816045b45f4557ed7296c757
treebda68b681972c608b78de87f5e856a649f2a04e7
parentccdf261afcb483e26d9f02b46322bdc4c64f0631
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