Searched hist:"7 b8b92af58db347de64a237861fcf13374b34a9c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | transaction.c | diff 7b8b92af58db347de64a237861fcf13374b34a9c Thu May 31 14:52:43 CDT 2012 Josef Bacik <josef@redhat.com> 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>
|