Noticed this while looking for an segfault related to our eb cache in btrfsck. We free the eb in out: so we don''t need this extra free. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- btrfsck.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/btrfsck.c b/btrfsck.c index ff2d7b5..b9dc0bd 100644 --- a/btrfsck.c +++ b/btrfsck.c @@ -2594,7 +2594,6 @@ static int run_next_block(struct btrfs_root *root, if (!extent_buffer_uptodate(buf)) { record_bad_block_io(root->fs_info, extent_cache, bytenr, size); - free_extent_buffer(buf); goto out; } -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html