ta name='generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fb.com>2016-04-12 12:54:40 -0400
committerDavid Sterba <dsterba@suse.com>2016-05-06 15:22:49 +0200
commite042d1ec4417981dfe9331e47b76f17929bc2ffe (patch)
tree28759b242c748021f8dde002aae988a6fe7bba93
parent3d8da67817606380fdadfa483d4dba5c3a5446c6 (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>