Jaegeuk Kim 92dffd0179 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 <jaegeuk@kernel.org>
2014-11-11 14:16:12 -08:00
..
2014-08-19 10:01:33 -07:00
2014-08-29 00:26:50 -07:00
2014-08-19 10:01:33 -07:00
2014-11-10 06:51:39 -08:00
2014-11-03 16:07:32 -08:00