From 2adfc44778e056c900eb02f36dc706e248777544 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 7 Mar 2007 16:15:30 -0500 Subject: Fixup last found extent caching --- disk-io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disk-io.c') diff --git a/disk-io.c b/disk-io.c index 2fe31c35..997cc578 100644 --- a/disk-io.c +++ b/disk-io.c @@ -186,6 +186,7 @@ static int __setup_root(struct ctree_root *root, struct ctree_root *extent_root, root->commit_root = NULL; root->node = read_tree_block(root, info->tree_root); memset(&root->current_insert, 0, sizeof(root->current_insert)); + memset(&root->last_insert, 0, sizeof(root->last_insert)); return 0; } -- cgit v1.2.3