diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-08-06 21:44:22 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-08-17 20:00:12 +0400 |
commit | 11acf6ef3b58abd1c5eb94eaa38ed3b9dbc387f7 (patch) | |
tree | 560ccca1947632495815d19ecfd8e81d1dc496d4 /fs/nfsd/cache.h | |
parent | bedd4b61a46d0398192a08fbe6821d1ac65aba84 (diff) | |
download | linux-11acf6ef3b58abd1c5eb94eaa38ed3b9dbc387f7.tar.xz |
nfsd: Remove the cache_hash list
Now that the lru list is per-bucket, we don't need a second list for
searches.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/cache.h')
-rw-r--r-- | fs/nfsd/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/cache.h b/fs/nfsd/cache.h index b582f9ab6b2a..dd96a3830004 100644 --- a/fs/nfsd/cache.h +++ b/fs/nfsd/cache.h @@ -18,7 +18,6 @@ * is much larger than a sockaddr_in6. */ struct svc_cacherep { - struct hlist_node c_hash; struct list_head c_lru; unsigned char c_state, /* unused, inprog, done */ |