summaryrefslogtreecommitdiff
path: root/disk-io.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-24 06:24:44 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-24 06:24:44 -0500
commit74556aa7579299888334a616769bebee0574a2e3 (patch)
tree6360a535b8bd4d4f2bc0eff7c4a854688c7e46e5 /disk-io.c
parentc6c63c3e74b8e8d7eb6bed270a97dd9e54f703ca (diff)
Break up ctree.c a little
Extent fixes
Diffstat (limited to 'disk-io.c')
-rw-r--r--disk-io.c1
1 files changed, 0 insertions, 1 deletions
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) {