commit | 976e4c50aea111bc7193b48950a3b0c8bc0a25ff | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Sep 15 19:32:16 2014 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Sep 23 11:10:19 2014 -0700 |
tree | 06c518de174033e2b314211ea9987503c9989efc | |
parent | 90a893c749f4582f21e97639f4e85e7f2362c2f0 [diff] |
f2fs: update i_size when __allocate_data_block The f2fs_direct_IO uses __allocate_data_block, but inside the allocation path, we should update i_size at the changed time to update its inode page. Otherwise, we can get wrong i_size after roll-forward recovery. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>