Btrfs-progs: cleanup error handling in btrfs-image
authorJosef Bacik <jbacik@fusionio.com>
Mon, 18 Mar 2013 18:50:45 +0000 (14:50 -0400)
committerDavid Sterba <dsterba@suse.cz>
Thu, 21 Mar 2013 18:21:10 +0000 (19:21 +0100)
commit1bf2717b2f45e28542de707bf152622aba09e1aa
tree347683f3730f4533c78545f6f4f9a9b79bd8ff53
parent6d37fbfc1f83c34f00df7c9d8e5b60e49d9db48d
Btrfs-progs: cleanup error handling in btrfs-image

We use BUG_ON() everywhere in btrfs-image.  When users are going to use this
command things are pretty dire, so I'd rather have really good error messages so
I know what happened rather than figure out which one of the 20 BUG_ON()'s made
the stupid thing exit early.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
btrfs-image.c