From: Liu Bo Date: Mon, 4 Mar 2013 16:25:40 +0000 (+0000) Subject: Btrfs: do not BUG_ON on aborted situation X-Git-Tag: v3.9-rc2~3^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f788c58194e4ccc5b3ab23f872c5e18542335e4;p=pandora-kernel.git Btrfs: do not BUG_ON on aborted situation Btrfs balance can easily hit BUG_ON in these places, but we want to it bail out gracefully after we force the whole filesystem to readonly. So we use btrfs_std_error hook in place of BUG_ON. Signed-off-by: Liu Bo Signed-off-by: Josef Bacik --- Reading git-diff-tree failed