From: Jaegeuk Kim Date: Fri, 31 Oct 2014 05:47:03 +0000 (-0700) Subject: f2fs: introduce -o fastboot for reducing booting time only X-Git-Tag: omap-for-v3.20/drop-legacy-3517~143^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5053a34a9cc797b9d5d77574354b5555848c43c;p=pandora-kernel.git f2fs: introduce -o fastboot for reducing booting time only If a system wants to reduce the booting time as a top priority, now we can use a mount option, -o fastboot. With this option, f2fs conducts a little bit slow write_checkpoint, but it can avoid the node page reads during the next mount time. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed