Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: abort the transaction if the commit fails
If a transaction commit fails we don't abort it so we don't set an error on the file system. This patch fixes that by actually calling the abort stuff and then adding a check for a fs error in the transaction start stuff to make sure it is caught properly. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>
- Loading branch information