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:
6c1500f
)
Btrfs: fix a deadlock in aborting transaction due to ENOSPC
author
Liu Bo
<bo.li.liu@oracle.com>
Mon, 5 Nov 2012 12:42:08 +0000
(12:42 +0000)
committer
Josef Bacik
<jbacik@fusionio.com>
Wed, 12 Dec 2012 22:15:25 +0000
(17:15 -0500)
When committing a transaction, we may bail out of running delayed refs
due to ENOSPC, and then abort the current transaction to flip into readonly.
But we'll hit a deadlock on ref head's lock since we forget to release
its lock and other cleanup stuff.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/extent-tree.c
patch
|
blob
|
history
diff --cc
fs/btrfs/extent-tree.c
Simple merge