Btrfs: unwind after btrfs_start_transaction() errors
authorDan Carpenter <error27@gmail.com>
Sat, 29 May 2010 09:46:47 +0000 (09:46 +0000)
committerChris Mason <chris.mason@oracle.com>
Fri, 11 Jun 2010 19:57:35 +0000 (15:57 -0400)
This was added by a22285a6a3: "Btrfs: Integrate metadata reservation
with start_transaction".  If we goto out here then we skip all the
unwinding and there are locks still held etc.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found