]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: Remove BUG_ON from __btrfs_alloc_chunk()
authorMark Fasheh <mfasheh@suse.de>
Fri, 9 Sep 2011 00:29:00 +0000 (17:29 -0700)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:39 +0000 (01:45 +0100)
commit1dd4602fa74273c28b3577a58aa389f330e9a0dc
treec506007911ac9aa210a7e2b66a19ea49da72b8a5
parent2cdcecbc153c222fae1be6f8ddb320b29e3a5200
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 <mfasheh@suse.de>
fs/btrfs/volumes.c