commit | 3acd395317f22b4346a139571cd4723408c5d4af | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.de> | Thu Sep 08 17:40:01 2011 -0700 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:39 2012 +0100 |
tree | 2ccb38cbf20effabef8ff577be03f1414a912e32 | |
parent | 1dd4602fa74273c28b3577a58aa389f330e9a0dc [diff] |
btrfs: Remove BUG_ON from __finish_chunk_alloc() 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>