Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/nvidia/src/kernel/rmapi/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,6 @@ _rmapiRmControl(NvHandle hClient, NvHandle hObject, NvU32 cmd, NvP64 pUserParams
}
}

// Potential race condition if run lockless?
if (serverutilGetClientUnderLock(hClient) == NULL)
{
rmStatus = NV_ERR_INVALID_CLIENT;
goto done;
}

// only kernel clients can issue raised IRQL or lock bypass cmds
// bypass client priv check for internal calls done on behalf of lower priv
// clients
Expand Down