From: Chao Yu Date: Sat, 22 Mar 2014 06:57:23 +0000 (+0800) Subject: f2fs: avoid unnecessary bio submit when wait page writeback X-Git-Tag: v3.15-rc1~62^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0f8dc0e154de13e3a54846f384b674dd557c85;p=pandora-kernel.git f2fs: avoid unnecessary bio submit when wait page writeback This patch introduce is_merged_page() to check whether current page is merged in f2fs bio cache. When page is not in cache, we can avoid submitting bio cache, resulting in having more chance to merge pages. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed