]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
SUNRPC: Simplify lookup code
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 12 Oct 2018 17:28:26 +0000 (13:28 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 23 Oct 2018 16:24:33 +0000 (12:24 -0400)
commit07d02a67b7faae56e184f6c35f78de47f06da37f
tree8f5ecac1aeccf696c6098572afc8629537ff2ece
parent95cd623250adce2269e71cfeaf1d487cf4b0d088
SUNRPC: Simplify lookup code

We no longer need to worry about whether or not the entry is hashed in
order to figure out if the contents are valid. We only care whether or
not the refcount is non-zero.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/auth.h
net/sunrpc/auth.c