OSDN Git Service

SUNRPC: Remove the server 'authtab_lock' and just use RCU
authorTrond Myklebust <trondmy@gmail.com>
Mon, 1 Oct 2018 14:41:43 +0000 (10:41 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Oct 2018 15:32:59 +0000 (11:32 -0400)
commit30382d6ce593f863292cd7c026a79077c4e7280f
tree27c3df5c521a0e393232006c7b1d7288f02a3431
parent7d20b6a2728fe3ea9fa8f4fc49cd438fcc781dd1
SUNRPC: Remove the server 'authtab_lock' and just use RCU

Module removal is RCU safe by design, so we really have no need to
lock the 'authtab[]' array.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svcauth.c