From: Jaegeuk Kim Date: Wed, 15 Oct 2014 17:16:54 +0000 (-0700) Subject: f2fs: should truncate any allocated block for inline_data write X-Git-Tag: omap-for-v3.19/fixes-rc1~146^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08a690b46919e6b531c1a2bb74389323e5f5b1c;p=pandora-kernel.git f2fs: should truncate any allocated block for inline_data write When trying to write inline_data, we should truncate any data block allocated and pointed by the inode block. We should consider the data index is not 0. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed