]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix a deadlock in aborting transaction due to ENOSPC
authorLiu Bo <bo.li.liu@oracle.com>
Mon, 5 Nov 2012 12:42:08 +0000 (12:42 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 12 Dec 2012 22:15:25 +0000 (17:15 -0500)
commitc067b0db73292e735f02f2b8be7527d4f9a1c66f
treedcd62a0b6b30338be75cd2acfe5cbbcbfe726c3a
parentdc78448977418aa6a12bdc0070d9ee4e7535bf60
Btrfs: fix a deadlock in aborting transaction due to ENOSPC

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