Skip to content
Commit 8b6a666a authored by David Howells's avatar David Howells
Browse files

afs: Provide an RCU-capable key lookup



Provide an RCU-capable key lookup function.  We don't want to call
afs_request_key() in RCU-mode pathwalk as request_key() might sleep, even if
we don't ask it to construct anything as it might find a key that is currently
undergoing construction.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 23a28913
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment