commit | 8b6a666a97544bf307190a05947742b8357aa962 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon May 20 08:48:46 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Sep 02 11:43:54 2019 +0100 |
tree | 16c344dabab751936bd81e720cc58620013976be | |
parent | 23a289137ab82daeea826eeb9556c6f89b1fcd67 [diff] |
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: David Howells <dhowells@redhat.com>