commit | e042d1ec4417981dfe9331e47b76f17929bc2ffe | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Tue Apr 12 12:54:40 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Fri May 06 15:22:49 2016 +0200 |
tree | 28759b242c748021f8dde002aae988a6fe7bba93 | |
parent | 3d8da67817606380fdadfa483d4dba5c3a5446c6 [diff] |
Btrfs: remove BUG_ON()'s in btrfs_map_block btrfs_map_block can go horribly wrong in the face of fs corruption, lets agree to not be assholes and panic at any possible chance things are all fucked up. Signed-off-by: Josef Bacik <jbacik@fb.com> [ removed type casts ] Signed-off-by: David Sterba <dsterba@suse.com>