On Fri, Sep 21, 2012 at 02:59:44PM +0800, Anand jain wrote: > @@ -51,6 +51,8 @@ static void print_extents(struct btrfs_root *root, struct extent_buffer *eb) > btrfs_node_blockptr(eb, i), > size, > btrfs_node_ptr_generation(eb, i)); > + if(!next) > + BUG(); Is there a better way how to get out of this? btrfs-debug-tree is aimed to help debugging, I don't want to see it crashed if there's some inconsistency found, rather report it, that's a valuable information. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
