btrfs-progs: handle memory allocation error in __alloc_extent_buffer
authorDavid Sterba <dsterba@suse.com>
Thu, 28 Jul 2016 00:04:30 +0000 (02:04 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 28 Jul 2016 12:08:30 +0000 (14:08 +0200)
commit02e22dbc1c76f46ad0916a4e843577fe9cd0f645
treedf6b486bfcea9d5a4619f4cc787f4053d70535ff
parent002812542c29d51db6e1812b35a43540d21d418c
btrfs-progs: handle memory allocation error in __alloc_extent_buffer

Drop the BUG() as all callers handle errors.

Signed-off-by: David Sterba <dsterba@suse.com>
extent_io.c