From: Jaegeuk Kim Date: Thu, 7 Aug 2014 23:32:25 +0000 (-0700) Subject: f2fs: should convert inline_data during the mkwrite X-Git-Tag: fixes-v3.17-rc4~30^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b067ba1f1b3fa7ec798d35e12aed6cdba9cea905;p=pandora-kernel.git f2fs: should convert inline_data during the mkwrite If mkwrite is called to an inode having inline_data, it can overwrite the data index space as NEW_ADDR. (e.g., the first 4 bytes are coincidently zero) Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed