The following snippet seems wrong to me: the second if can never
trigger.
Anyone remember what this was intended to do?
Rob
if (sc->type != STORE_MEM_CLIENT)
continue;
if (sc->type == STORE_DISK_CLIENT)
if (NULL != sc->swapin_sio)
continue;
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:57 MST