continue;
}
// If we are not compatible with some already granted lock
// then we can't be granted, give up right away.
if (!lref.requestCompatible(qualifier, gl.getQualifier())) {
grantLock = false;
lockItem = null;
// we can't give up rightaway if spaceHasALock is false
// because we need to ensure that canSkip is set correctly