diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-08-06 13:44:22 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-08-17 12:00:12 -0400 |
commit | 11acf6ef3b58abd1c5eb94eaa38ed3b9dbc387f7 (patch) | |
tree | 560ccca1947632495815d19ecfd8e81d1dc496d4 /fs/nfsd/cache.h | |
parent | bedd4b61a46d0398192a08fbe6821d1ac65aba84 (diff) |
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 @@ | |||
18 | * is much larger than a sockaddr_in6. | 18 | * is much larger than a sockaddr_in6. |
19 | */ | 19 | */ |
20 | struct svc_cacherep { | 20 | struct svc_cacherep { |
21 | struct hlist_node c_hash; | ||
22 | struct list_head c_lru; | 21 | struct list_head c_lru; |
23 | 22 | ||
24 | unsigned char c_state, /* unused, inprog, done */ | 23 | unsigned char c_state, /* unused, inprog, done */ |