btrfs: Remove BUG_ON from __finish_chunk_alloc()
authorMark Fasheh <mfasheh@suse.de>
Fri, 9 Sep 2011 00:40:01 +0000 (17:40 -0700)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:39 +0000 (01:45 +0100)
btrfs_alloc_chunk() unconditionally BUGs on any error returned from
__finish_chunk_alloc() so there's no need for two BUG_ON lines. Remove the
one from __finish_chunk_alloc().

Signed-off-by: Mark Fasheh <mfasheh@suse.de>
fs/btrfs/volumes.c

Simple merge