From: Jaegeuk Kim Date: Thu, 31 Oct 2013 05:57:01 +0000 (+0900) Subject: f2fs: avoid to wait all the node blocks during fsync X-Git-Tag: v3.13-rc1~113^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe58f9dcd9afe181894e2257e3f8aa3fee840c5;p=pandora-kernel.git f2fs: avoid to wait all the node blocks during fsync Previously, f2fs_sync_file() waits for all the node blocks to be written. But, we don't need to do that, but wait only the inode-related node blocks. This patch adds wait_on_node_pages_writeback() in which waits inode-related node blocks that are on writeback. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed