btrfs: Remove BUG_ON from __btrfs_alloc_chunk()
authorMark Fasheh <mfasheh@suse.de>
Fri, 9 Sep 2011 00:29:00 +0000 (17:29 -0700)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:39 +0000 (01:45 +0100)
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>
fs/btrfs/volumes.c

Simple merge