]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: reset intwrite on transaction abort
authorJosef Bacik <jbacik@fusionio.com>
Sat, 21 Sep 2013 02:26:29 +0000 (22:26 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 12 Nov 2013 02:53:29 +0000 (21:53 -0500)
commit8f20605fc1fb88ce4283c6a412f62e0db31364ec
tree66786d96ace6df03211e077df9315b1d37a62864
parenta63b7d803e4352cfc64d7d295d2b8319995600c2
Btrfs: reset intwrite on transaction abort

If we abort a transaction in the middle of a commit we weren't undoing the
intwrite locking.  This patch fixes that problem.

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/transaction.c