commit | 3650860b90cc2a06cb9d7e37df005736c46ce87e | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Thu Apr 25 16:23:32 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon May 06 15:55:21 2013 -0400 |
tree | 7d13260873c76e3a8a6c47eaf737327e0de90a23 | |
parent | b50c6e250ef91313518dbca96663578237ba8d3c [diff] |
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>