From 1149ab6bd48cf3b00c59e4f8ff79fbb1cf15b94b Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Wed, 10 Apr 2013 11:22:50 +0000 Subject: [PATCH] Btrfs: remove some BUG_ONs() when walking backref tree The only error return value of __add_prelim_ref() is -ENOMEM, just return errors rather than trigger BUG_ON(). Signed-off-by: Wang Shilong Reviewed-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-format-patch failed