]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: avoid deadlock on transaction waiting list
authorLiu Bo <bo.li.liu@oracle.com>
Mon, 4 Mar 2013 16:25:41 +0000 (16:25 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 4 Mar 2013 21:33:23 +0000 (16:33 -0500)
commit672eaae8ce9d80a09c9516271122f301853c2b3b
tree40f18d5bed7e86d303a908fd21d3b851462c00b5
parenta507bc960f17c23578f146f5272a58f3eafd6db6
Btrfs: avoid deadlock on transaction waiting list

Only let one trans handle to wait for other handles, otherwise we
will get ABBA issues.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/transaction.c