Commit 5c626c55 authored by Nils Goroll's avatar Nils Goroll

polish

parent 1f4fb5ce
......@@ -963,9 +963,7 @@ worklist_unpend(struct req *req, struct bytes_tree *tree,
while (node != NULL) {
assert_node(node, CHK_ANY);
while (node->state == ST_DELIVERED ||
node->state == ST_UNPENDING ||
node->state == ST_PRUNED) {
while (node->state >= ST_UNPENDING) {
assert_node(node, check);
VSLdbgv(req, "bytes_unpend: delivered/unpending "
"node %p state %u", node, node->state);
......
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