commit | 005d6427ac4f276d937a36ca6a1d62b181ed70bf | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Sep 18 07:52:32 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 08 20:09:02 2012 -0400 |
tree | a17de085350c5137e669774f0a810010997b95de | |
parent | 8732d44f806a9da9a7ca4d1704b8a1ed81639bc4 [diff] |
btrfs: move transaction aborts to the point of failure Call btrfs_abort_transaction as early as possible when an error condition is detected, that way the line number reported is useful and we're not clueless anymore which error path led to the abort. Signed-off-by: David Sterba <dsterba@suse.cz>