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:
e1c4204
)
f2fs: should convert inline_data during the mkwrite
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 7 Aug 2014 23:32:25 +0000
(16:32 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 19 Aug 2014 17:01:33 +0000
(10:01 -0700)
If mkwrite is called to an inode having inline_data, it can overwrite the data
index space as NEW_ADDR. (e.g., the first 4 bytes are coincidently zero)
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found