Btrfs: remove almost all of the BUG()'s from tree-log.c
authorJosef Bacik <jbacik@fusionio.com>
Thu, 25 Apr 2013 20:23:32 +0000 (16:23 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:55:21 +0000 (15:55 -0400)
commit3650860b90cc2a06cb9d7e37df005736c46ce87e
tree7d13260873c76e3a8a6c47eaf737327e0de90a23
parentb50c6e250ef91313518dbca96663578237ba8d3c
Btrfs: remove almost all of the BUG()'s from tree-log.c

There were a whole bunch and I was doing it for other things.  I haven't tested
these error paths but at the very least this is better than panicing.  I've only
left 2 BUG_ON()'s since they are logic errors and I want to replace them with a
ASSERT framework that we can compile out for production users.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/tree-log.c