SUNRPC: Add lockless lookup of the server's auth domain
Avoid taking the global auth_domain_lock in most lookups of the auth domain by adding an RCU protected lookup. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:

committed by
J. Bruce Fields

parent
30382d6ce5
commit
608a0ab2f5
@@ -82,6 +82,7 @@ struct auth_domain {
|
||||
struct hlist_node hash;
|
||||
char *name;
|
||||
struct auth_ops *flavour;
|
||||
struct rcu_head rcu_head;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user