From: Jaegeuk Kim Date: Tue, 8 Oct 2013 00:30:33 +0000 (+0900) Subject: f2fs: avoid unnecessary checkpoints X-Git-Tag: v3.13-rc1~113^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5887d291d792773368f6eaf1759aad109bcd78eb;p=pandora-kernel.git f2fs: avoid unnecessary checkpoints During the f2fs_put_super procedure, we don't need to conduct checkpoint all the time, since we don't need to do that if superblock is clean. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed