f2fs: do not skip latest inode information
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 10 Sep 2014 22:04:03 +0000 (15:04 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 23 Sep 2014 18:10:16 +0000 (11:10 -0700)
commit19c9c466e5c79402cbf8929f922011b02fbb59bd
tree632f1646864c395780dc360add826f1f24e33529
parent441ac5cb323a47b0a665f77f7cd6f76aacbdf21c
f2fs: do not skip latest inode information

In f2fs_sync_file, if there is no written appended writes, it skips
to write its node blocks.
But, if there is up-to-date inode page, we should write it to update
its metadata during the roll-forward recovery.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c
This page took 0.024945 seconds and 5 git commands to generate.