commit | 7b8b92af58db347de64a237861fcf13374b34a9c | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Thu May 31 15:52:43 2012 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Jun 14 21:29:13 2012 -0400 |
tree | 09b7c7cc0eb37d8e6d98127e2fef2b679a998059 | |
parent | d7096fc3ef8360f30f228344bc564d4f97d8a158 [diff] |
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>