]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: do not bug_on if we try to cow a free space cache inode
authorJosef Bacik <jbacik@fusionio.com>
Fri, 25 Oct 2013 20:19:08 +0000 (16:19 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 12 Nov 2013 03:07:49 +0000 (22:07 -0500)
commit4eda1c5519a56a90ea6e9a7e665b125963576c80
treec0d87c47214726e180318fc12772cfb880e5edb0
parent1b6d1067050fcc93ef757787f8fc07ece1613c6c
Btrfs: do not bug_on if we try to cow a free space cache inode

We can just return an error and we'll bail out properly.  We still want to catch
this case to make sure we don't have a bug somewhere, so just warn if this pops
up.  Thanks,

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