if (DbLsn.getFileNumber(lsn) != currentFileNum) {
/*
* We've moved on to a new file. Make the previous set of
* lsns invisible.
*/
fileManager.makeInvisible(currentFileNum, perFileLsns);
currentFileNum = DbLsn.getFileNumber(lsn);
filesToFsync.add(currentFileNum);
/* make a new set to house the lsns for the next file. */