From: Josef Bacik Date: Thu, 31 May 2012 19:52:43 +0000 (-0400) Subject: Btrfs: abort the transaction if the commit fails X-Git-Tag: v3.5-rc3~18^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8b92af58db347de64a237861fcf13374b34a9c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed