Commit 5261bdb4 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Revert "Reset busyobj state to BOS_INVALID in VBO_GetBusyObj"

This reverts commit 0f90ee22.

After looking at this again, I see that the busyobj is cleared as it
should as part of VBO_DerefBusyObj(). Reverting the patch.
parent f9fd9357
...@@ -109,7 +109,6 @@ VBO_GetBusyObj(struct worker *wrk, const struct req *req) ...@@ -109,7 +109,6 @@ VBO_GetBusyObj(struct worker *wrk, const struct req *req)
CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC); CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC);
AZ(bo->refcount); AZ(bo->refcount);
bo->state = BOS_INVALID;
bo->refcount = 1; bo->refcount = 1;
p = (void*)(bo + 1); p = (void*)(bo + 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