storeLowestMemReaderOffset

From: Robert Collins <robertc@dont-contact.us>
Date: 20 Oct 2002 00:59:12 +1000

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;

Received on Sat Oct 19 2002 - 08:59:15 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:57 MST