From: Ryusuke Konishi Date: Fri, 2 Apr 2010 09:02:33 +0000 (+0900) Subject: nilfs2: change default of 'errors' mount option to 'remount-ro' mode X-Git-Tag: v2.6.35-rc1~462^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277a6a34175dcb0ee98dceee619e0e3190347a25;p=pandora-kernel.git 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 --- Reading git-diff-tree failed