Commit 3c8b8e1d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Remove a couple of commented out asserts which will not come back.

parent 4590fd99
......@@ -435,8 +435,6 @@ exp_inbox(struct exp_priv *ep, struct objcore *oc, double now)
VSLb(&ep->vsl, SLT_ExpKill, "EXP_Inbox p=%p e=%.9f f=0x%x", oc,
oc->timer_when, oc->flags);
// AZ(oc->flags & OC_F_BUSY);
lru = ObjGetLRU(oc);
CHECK_OBJ_NOTNULL(lru, LRU_MAGIC);
......@@ -519,7 +517,7 @@ exp_expire(struct exp_priv *ep, double now)
lru = ObjGetLRU(oc);
CHECK_OBJ_NOTNULL(lru, LRU_MAGIC);
Lck_Lock(&lru->mtx);
// AZ(oc->flags & OC_F_BUSY);
oc->exp_flags |= OC_EF_DYING;
if (oc->exp_flags & OC_EF_OFFLRU)
oc = NULL;
......
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