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:
7cd8558
)
f2fs: call f2fs_unlock_op after error was handled
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 25 Sep 2014 18:55:53 +0000
(11:55 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 30 Sep 2014 22:34:55 +0000
(15:34 -0700)
This patch relocates f2fs_unlock_op in every directory operations to be called
after any error was processed.
Otherwise, the checkpoint can be entered with valid node ids without its
dentry when -ENOSPC is occurred.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found