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:
14f4e69
)
f2fs: avoid double lock in truncate_blocks
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 14 Aug 2014 23:32:54 +0000
(16:32 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 21 Aug 2014 20:57:01 +0000
(13:57 -0700)
The init_inode_metadata calls truncate_blocks when error is occurred.
The callers holds f2fs_lock_op, so we should not call it again in
truncate_blocks.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found