commit | 4e4c3bef4471c8a06406abd2e3d9493e8478feff | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Sep 27 13:12:44 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:17 2018 -0400 |
tree | 1d1a2a56b701a76caa61545969f08cdbe2d5af61 | |
parent | 1c6c4b740df12f2162ae5c3fac337137e2776236 [diff] |
SUNRPC: Remove rpc_authflavor_lock in favour of RCU locking Module removal is RCU safe by design, so we really have no need to lock the auth_flavors[] array. Substitute a lockless scheme to add/remove entries in the array, and then use rcu. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>