buddy_storage: Forgotten bit when moving to new ObjWaitExtend API

For the old API, a variable assignment got lost.

Ref 12db7fc5
parent 6920ff60
......@@ -331,6 +331,7 @@ sbu_iterator(struct worker *wrk, struct objcore *oc,
break;
continue;
}
state = boc->state;
#else
nl = ObjWaitExtend(wrk, oc, ol, &state);
if (state == BOS_FAILED) {
......
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