squid-s2_5\src\fs\ufs\store_dir_ufs.c -> storeUfsDirRebuildFromSwapLog
------8<------------------
rb->n_read++;
- if (s.op <= SWAP_LOG_NOP)
- continue;
- if (s.op >= SWAP_LOG_MAX)
- continue;
/*
* BC: during 2.4 development, we changed the way swap file
* numbers are assigned and stored. The high 16 bits used
------8<------------------
I didn`t quite catch what those ifs do, but \Squid\S2_5\squid-s2_5\src\fs\coss\store_dir_coss.c in storeCossRebuildFromSwapLog() still has those.
SY, Evgeny Kotsuba
