]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written
authorJosef Bacik <jbacik@fb.com>
Fri, 2 Sep 2016 19:40:06 +0000 (15:40 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2016 15:59:49 +0000 (17:59 +0200)
commit04d767811b0118fccb228bfc5f6b818606a8e611
tree8cd29cd632056a73ebc7bd4212662f6600e830b2
parent5c10be35f62d4c227c641e5227d61c8f8352bd63
Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written

No reason to bug on in here, fs corruption could easily cause these things to
happen.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file.c