]> 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)
commit428fd36109b3df364cf7e5e9de5774fb263ca793
treebbb4a0338ca120305271de08ccf18f888534cfe8
parenta40052c40091888a9454c804f3a461a1e4c123ff
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