]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: release path before starting transaction in can_nocow_extent
authorJosef Bacik <jbacik@fusionio.com>
Fri, 18 Oct 2013 16:10:36 +0000 (12:10 -0400)
committerChris Mason <chris.mason@fusionio.com>
Fri, 18 Oct 2013 16:43:40 +0000 (12:43 -0400)
commit1bda19eb73d68b304148e67253e47cef049a419d
tree19f7e0ed19c2146b125bff6f5f74c1cc9a386668
parentc00869f1ae6a8fa49802d5e60d843b7051a112ec
Btrfs: release path before starting transaction in can_nocow_extent

We can't be holding tree locks while we try to start a transaction, we will
deadlock.  Thanks,

Reported-by: Sage Weil <sage@inktank.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/inode.c