]> git.hungrycats.org Git - linux/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)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Fri, 16 Sep 2016 20:56:39 +0000 (16:56 -0400)
commitd143be1ad9f0712b5959313990444e79bdf5e358
tree3283a6038c0c21b2a045458fd014a626b82f4b2e
parent4a2f3920c719c067707a64effe35cbb617a9d743
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>
(cherry picked from commit eb924ccdcb9add9581330b05fe9ece384a559c64)
fs/btrfs/file.c