From: Jaegeuk Kim Date: Tue, 11 Nov 2014 22:10:01 +0000 (-0800) Subject: f2fs: convert inline_data when i_size becomes large X-Git-Tag: omap-for-v3.19/fixes-rc1~146^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92dffd01790a5219d234fc83c3ba854f4490b7f4;p=pandora-kernel.git f2fs: convert inline_data when i_size becomes large If i_size becomes large outside of MAX_INLINE_DATA, we shoud convert the inode. Otherwise, we can make some dirty pages during the truncation, and those pages will be written through f2fs_write_data_page. At that moment, the inode has still inline_data, so that it tries to write non- zero pages into inline_data area. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed