]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit898c6bac43c81e6c042cfe926fbb8413d5218aae
treebbb4a0338ca120305271de08ccf18f888534cfe8
parent4eda1c5519a56a90ea6e9a7e665b125963576c80
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