NFSD: De-duplicate hash bucket indexing
authorChuck Lever <chuck.lever@oracle.com>
Thu, 30 Sep 2021 23:19:57 +0000 (19:19 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Feb 2022 16:01:52 +0000 (11:01 -0500)
commit2df441b3712d798cb1f1604c05ce1e6eadd4d020
tree5f384f577724afdab594c35cff00383f4e29a07d
parent55efb643f67ab88bfad6434b419503c2a245768c
NFSD: De-duplicate hash bucket indexing

Clean up: The details of finding the right hash bucket are exactly
the same in both nfsd_cache_lookup() and nfsd_cache_update().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfscache.c