diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2022-07-08 14:26:36 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-07-29 20:15:38 -0400 |
commit | 0ec8e9d1539a7b8109a554028bbce441052f847e (patch) | |
tree | 2f7cf90b914a955488ec01b28378601ef64509eb /fs/nfsd/filecache.h | |
parent | ce502f81ba884c1fe45dc0ebddbcaaa4ec0fc5fb (diff) |
NFSD: Clean up unused code after rhashtable conversion
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/filecache.h')
-rw-r--r-- | fs/nfsd/filecache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/filecache.h b/fs/nfsd/filecache.h index 5cbfc61a7d7d..ee9ed99d8b8f 100644 --- a/fs/nfsd/filecache.h +++ b/fs/nfsd/filecache.h @@ -30,7 +30,6 @@ struct nfsd_file_mark { */ struct nfsd_file { struct rhash_head nf_rhash; - struct hlist_node nf_node; struct list_head nf_lru; struct rcu_head nf_rcu; struct file *nf_file; |