commit | 0f788c58194e4ccc5b3ab23f872c5e18542335e4 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Mon Mar 04 16:25:40 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon Mar 04 16:33:23 2013 -0500 |
tree | 5e950eb614b23cef93e0348e94ed3e65ff1abe64 | |
parent | 288189471d7e12fb22c37870e151833f438deea8 [diff] |
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 <bo.li.liu@oracle.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>