SUNRPC: Replace use of socket sk_callback_lock with sock_lock
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 29 Oct 2021 15:02:20 +0000 (11:02 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 1 Nov 2021 15:00:30 +0000 (11:00 -0400)
commitea9afca88bbea26f23697b3305789f77f0341d23
tree20369711ef98b3997e854e9363cfe922e70e9598
parent01d29f87fcfef38d51ce2b473981a5c1e861ac0a
SUNRPC: Replace use of socket sk_callback_lock with sock_lock

Since we do things like setting flags, etc it really is more appropriate
to use sock_lock().

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprtsock.c