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