fn walk_nonheld_boundaries(
    lsm_state: &mut MutexGuard<'_, LsmState>,
    new_end_cmt_ver: &mut Option<CommitVer>,
    old_end_cmt_ver: &mut Option<CommitVer>
) -> bool