NFSD: Streamline the rare "found" case
authorChuck Lever <chuck.lever@oracle.com>
Tue, 28 Sep 2021 15:40:59 +0000 (11:40 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Feb 2022 16:01:52 +0000 (11:01 -0500)
commitf1b4c530314bcbaa17af254640bb886e6c18e369
tree0ca7aad44dc995780805597c8b660a942d014f5d
parent7b766a636feefe247a3a05cfc7c40843e1163738
NFSD: Streamline the rare "found" case

Move a rarely called function call site out of the hot path.

This is an exceptionally small improvement because the compiler
inlines most of the functions that nfsd_cache_lookup() calls.

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