124a125
> *
129a131,137
> * Move a cache block to the LRU position.
> *
> * @param blk The block to demote.
> */
> void moveToTail(FALRUBlk *blk);
>
> /**