From: Jaegeuk Kim Date: Tue, 18 Mar 2014 03:40:49 +0000 (+0900) Subject: f2fs: avoid small data writes by skipping writepages X-Git-Tag: v3.15-rc1~62^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d6f890944d092c4ef5b84053f0d0d5d8137b0b;p=pandora-kernel.git f2fs: avoid small data writes by skipping writepages This patch introduces nr_pages_to_skip(sbi, type) to determine writepages can be skipped. The dentry, node, and meta pages can be conrolled by F2FS without breaking the FS consistency. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed