From: Mark Fasheh Date: Wed, 10 Aug 2011 19:32:10 +0000 (-0700) Subject: btrfs: Don't BUG_ON errors in __finish_chunk_alloc() X-Git-Tag: v3.4-rc1~22^2~13^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed1d16e944c61cfb8a78159548672e7df168d97;p=pandora-kernel.git btrfs: Don't BUG_ON errors in __finish_chunk_alloc() All callers of __finish_chunk_alloc() BUG_ON() return value, so it's trivial for us to always bubble up any errors caught in __finish_chunk_alloc() to be caught there. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed