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:
90a893c
)
f2fs: update i_size when __allocate_data_block
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 16 Sep 2014 02:32:16 +0000
(19:32 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 23 Sep 2014 18:10:19 +0000
(11:10 -0700)
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>
fs/f2fs/data.c
patch
|
blob
|
history
diff --cc
fs/f2fs/data.c
Simple merge