From: Josef Bacik Date: Thu, 25 Apr 2013 20:23:32 +0000 (-0400) Subject: Btrfs: remove almost all of the BUG()'s from tree-log.c X-Git-Tag: v3.10-rc1~31^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3650860b90cc2a06cb9d7e37df005736c46ce87e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed