Btrfs: don't abort transaction in run_delalloc_nocow
authorJosef Bacik <jbacik@fusionio.com>
Fri, 25 Oct 2013 20:55:08 +0000 (16:55 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 12 Nov 2013 03:07:58 +0000 (22:07 -0500)
commitd788a34929a90f70b945c100cfe9efd4d49fb446
treebbb4a0338ca120305271de08ccf18f888534cfe8
parent02ecd2c278471a3a7fd255662df92861c6759ebf
Btrfs: don't abort transaction in run_delalloc_nocow

This is just the write path, the only reason we start a transaction is so we can
check cross references, we don't make any actual changes, so there is no reason
to abort the transaction if we fail.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/inode.c