commit | 1dd4602fa74273c28b3577a58aa389f330e9a0dc | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.de> | Thu Sep 08 17:29:00 2011 -0700 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:39 2012 +0100 |
tree | c506007911ac9aa210a7e2b66a19ea49da72b8a5 | |
parent | 2cdcecbc153c222fae1be6f8ddb320b29e3a5200 [diff] |
btrfs: Remove BUG_ON from __btrfs_alloc_chunk() We BUG_ON() error from add_extent_mapping(), but that error looks pretty easy to bubble back up - as far as I can tell there have not been any permanent modifications to fs state at that point. Signed-off-by: Mark Fasheh <mfasheh@suse.de>