735736737738739740741742743744745
rootIN.isEvictable() && !(envImpl.isReadOnly() && isDirty)) { /* Flush if dirty. */ if (isDirty) { long newLsn = rootIN.log (envImpl.getLogManager(), false, // allowDeltas isProvisionalRequired(rootIN), backgroundIO, null); // parent
981982983984985986987988989990991
/* * Log a full version (no deltas) and with * cleaner migration allowed. */ renewedChildLsn = renewedChild.log (envImpl.getLogManager(), false, // allowDeltas logProvisional, backgroundIO, parent);