From: Chao Yu Date: Thu, 12 Jun 2014 05:31:50 +0000 (+0800) Subject: f2fs: avoid to truncate non-updated page partially X-Git-Tag: omap-for-v3.17/fixes-against-rc2~163^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0a81b397b5f153ac2a9880c5e85b08b0447e4e;p=pandora-kernel.git f2fs: avoid to truncate non-updated page partially After we call find_data_page in truncate_partial_data_page, we could not guarantee this page is updated or not as error may occurred in lower layer. We'd better check status of the page to avoid this no updated page be writebacked to device. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed