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:
97dc3fd
)
f2fs: fix incorrectly stat number of inline data inode
author
Chao Yu
<chao2.yu@samsung.com>
Mon, 16 Feb 2015 08:20:27 +0000
(16:20 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:45 +0000
(09:58 -0800)
We should stat inline data information for temp file in f2fs_tmpfile if we
enable inline_data feature.
Otherwise, inline data stat number will be wrong after this temp file is
evicted.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found