Commit 1978ebff authored by Emmanuel Hocdet's avatar Emmanuel Hocdet Committed by Pål Hermunn Johansen

fix vsm_free (never incremented)

parent 18c9983e
......@@ -180,6 +180,7 @@ VSM_common_cleaner(struct vsm_sc *sc, struct VSC_C_main *stats)
break;
VTAILQ_REMOVE(&sc->r_cooling, vr, list);
sc->g_cooling -= vr->len;
sc->g_free += vr->len;
vsm_common_insert_free(sc, vr);
}
stats->vsm_free = sc->g_free;
......
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