commit | ffd7b33944f4573a063af7a55f8a5199c8185665 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Oct 03 23:23:15 2011 -0400 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:34 2012 +0100 |
tree | bb7b3b2293bedc58b0d09f146ef68d0614432072 | |
parent | 355808c296c6923db6705f43639969a80b16d15d [diff] |
btrfs: __add_reloc_root error push-up This patch pushes kmalloc errors up to the caller and BUGs in the caller. The BUG_ON for duplicate reloc tree root insertion is replaced with a panic explaining the issue. Signed-off-by: Jeff Mahoney <jeffm@suse.com>