f2fs: introduce -o fastboot for reducing booting time only
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 31 Oct 2014 05:47:03 +0000 (22:47 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Nov 2014 01:34:15 +0000 (17:34 -0800)
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 <jaegeuk@kernel.org>

No differences found