Commit 66109744 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Polishing

parent 823c986c
......@@ -291,7 +291,7 @@ EXP_NukeOne(struct busyobj *bo, struct lru *lru)
/*
* It wont release any space if we cannot release the last
* reference, besides, if somebody else has a reference,
* it's a bad idea to nuke this object anyway.
* it's a bad idea to nuke this object anyway.
*/
if (oc->refcnt > 1)
continue;
......
......@@ -91,6 +91,7 @@ mgt_sltm(const char *tag, const char *sdesc, const char *ldesc)
}
/*lint -e{506} constant value boolean */
static void
mgt_DumpRstVsl(void)
{
......
......@@ -472,7 +472,7 @@ smp_oc_getobj(struct dstat *ds, struct objcore *oc)
oc->flags &= ~OC_F_NEEDFIXUP;
}
Lck_Unlock(&sg->sc->mtx);
EXP_Rearm(o, NAN, NAN, NAN, NAN); // XXX: Shouldn't be needed
EXP_Rearm(o, NAN, NAN, NAN, NAN); // XXX: Shouldn't be needed
return (o);
}
......
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