commit | 3e87da5145fc25e18fb934eb496f4e7c4d038e71 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Mon Oct 01 10:41:54 2018 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 29 16:58:04 2018 -0400 |
tree | 1fd189fba3a2eecb889f8f334b7becdbcde9075f | |
parent | 4c8e5537bb28f0e4b2ca60ecb0ca1ea12b82adf6 [diff] |
knfsd: Remove dead code from nfsd_cache_lookup The preallocated cache entry is always set to type RC_NOCACHE, and that type isn't changed until we later call nfsd_cache_update(). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>