]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit9c8e63db1de98c5cc3c6fb32d11b5cf55f228601
tree8cd29cd632056a73ebc7bd4212662f6600e830b2
parent8436ea91a1c4fd8ed57ff0c0ca482ee3dbe744c7
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