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:
aaf9607
)
f2fs: call set_buffer_new for get_block
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 9 Feb 2015 18:34:38 +0000
(10:34 -0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:47 +0000
(17:04 -0800)
This patch fixes wrong handling of buffer_new flag in get_block.
If f2fs allocates new blocks and mapped buffer_head, it needs to set buffer_new
for the bh_result.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
patch
|
blob
|
history
diff --cc
fs/f2fs/data.c
Simple merge