commit | d327099a23e3d0c8ec09137e9b4b115449d4eb29 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat May 29 09:46:47 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Jun 11 15:57:35 2010 -0400 |
tree | beeb39af28a863e3e0d9e40ea3f1af5e5d05cc96 | |
parent | 4cbd1149fbcc351bdf08ab749867d157905d0d35 [diff] |
Btrfs: unwind after btrfs_start_transaction() errors 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>