Skip to content
Snippets Groups Projects
Commit 896f1950 authored by David Howells's avatar David Howells
Browse files

keys: Provide request_key_rcu()


Provide a request_key_rcu() function that can be used to request a key
under RCU conditions.  It can only search and check permissions; it cannot
allocate a new key, upcall or wait for an upcall to complete.  It may
return a partially constructed key.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent e59428f7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment