From: Mark Fasheh Date: Fri, 9 Sep 2011 00:40:01 +0000 (-0700) Subject: btrfs: Remove BUG_ON from __finish_chunk_alloc() X-Git-Tag: v3.4-rc1~22^2~13^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3acd395317f22b4346a139571cd4723408c5d4af;p=pandora-kernel.git 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 --- Reading git-diff-tree failed