From 74556aa7579299888334a616769bebee0574a2e3 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Sat, 24 Feb 2007 06:24:44 -0500 Subject: Break up ctree.c a little Extent fixes --- disk-io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'disk-io.c') diff --git a/disk-io.c b/disk-io.c index 14955e44..f4c6ff20 100644 --- a/disk-io.c +++ b/disk-io.c @@ -172,7 +172,6 @@ int close_ctree(struct ctree_root *root) void tree_block_release(struct ctree_root *root, struct tree_buffer *buf) { buf->count--; - write_tree_block(root, buf); if (buf->count < 0) BUG(); if (buf->count == 0) { -- cgit v1.2.3