From: Chao Yu Date: Fri, 22 Nov 2013 08:52:50 +0000 (+0800) Subject: f2fs: remove unneeded code in punch_hole X-Git-Tag: v3.14-rc1~122^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66c7b2fcfbc9ef4e972f6bc2b63d72d00f23122;p=pandora-kernel.git f2fs: remove unneeded code in punch_hole Because FALLOC_FL_PUNCH_HOLE flag must be ORed with FALLOC_FL_KEEP_SIZE in fallocate, so we could remove the useless 'keep size' branch code which will never be excuted in punch_hole. Signed-off-by: Chao Yu Signed-off-by: Fan Li [Jaegeuk Kim: remove an unnecessary parameter togather] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed