From: Ryusuke Konishi Date: Thu, 19 Nov 2009 18:28:01 +0000 (+0900) Subject: nilfs2: add norecovery mount option X-Git-Tag: v2.6.33-rc1~322^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0234576d041b9b2cc7043691ea61d2c2ca597aaa;p=pandora-kernel.git nilfs2: add norecovery mount option This adds "norecovery" mount option which disables temporal write access to read-only mounts or snapshots during mount/recovery. Without this option, write access will be even performed for those types of mounts; the temporal write access is needed to mount root file system read-only after an unclean shutdown. This option will be helpful when user wants to prevent any write access to the device. Signed-off-by: Ryusuke Konishi Cc: Eric Sandeen --- Reading git-diff-tree failed