Commit d120f955 authored by Nils Goroll's avatar Nils Goroll

rename

parent 6722f3fb
......@@ -1636,7 +1636,7 @@ bytes_push_worklist(struct req *req, struct bytes_tree *tree,
}
static void
bytes_fini_worklist(struct bytes_tree *tree,
bytes_set_delivered_worklist(struct bytes_tree *tree,
struct node_head *work)
{
struct node *node;
......@@ -1671,7 +1671,7 @@ bytes_unpend(struct req *req, struct bytes_tree *tree)
tree->retval = retval;
break;
}
bytes_fini_worklist(tree, &work);
bytes_set_delivered_worklist(tree, &work);
} while (1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment