From be826706b5c0fcca3bdeff6934cd8d46d046ddfe Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Fri, 26 Aug 2011 09:51:36 -0400 Subject: btrfs-progs: add a recovery utility to pull files from damanged filesystems Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- extent_io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extent_io.c') diff --git a/extent_io.c b/extent_io.c index 8f0a8763..973e9181 100644 --- a/extent_io.c +++ b/extent_io.c @@ -654,7 +654,6 @@ struct extent_buffer *alloc_extent_buffer(struct extent_io_tree *tree, if (cache) { eb = container_of(cache, struct extent_buffer, cache_node); - BUG_ON(eb->refs != 1); free_extent_buffer(eb); } eb = __alloc_extent_buffer(tree, bytenr, blocksize); -- cgit v1.2.3