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:
f65647c
)
Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()
author
Tsutomu Itoh
<t-itoh@jp.fujitsu.com>
Mon, 25 Apr 2011 23:43:51 +0000
(19:43 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 25 Apr 2011 23:43:51 +0000
(19:43 -0400)
It is necessary to unlock mutex_lock before it return an error when
btrfs_alloc_path() fails.
Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found