git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441ac5c
)
f2fs: do not skip latest inode information
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Wed, 10 Sep 2014 22:04:03 +0000
(15:04 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 23 Sep 2014 18:10:16 +0000
(11:10 -0700)
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
patch
|
blob
|
history
diff --cc
fs/f2fs/file.c
Simple merge