From: Chao Yu Date: Thu, 12 Jun 2014 05:25:01 +0000 (+0800) Subject: f2fs: avoid unneeded SetPageUptodate in f2fs_write_end X-Git-Tag: omap-for-v3.17/fixes-against-rc2~163^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5576cd6ca555bd79e76a2d798aec44b28851d369;p=pandora-kernel.git f2fs: avoid unneeded SetPageUptodate in f2fs_write_end We have already set page update in ->write_begin, so we should remove redundant SetPageUptodate in ->write_end. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed