nfsd: Drop LIST_HEAD where the variable it declares is never used.
authorMao Wenan <maowenan@huawei.com>
Fri, 1 Nov 2019 11:40:54 +0000 (19:40 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 8 Nov 2019 17:32:59 +0000 (12:32 -0500)
commit2a67803e1305b6b829b361e0b2f243aafcddab0b
tree0c71a5e99082f7d5c9181e9ecee021b54616a925
parentcc1ce2f13ea1c13d7f1f322146b01446d9f7ad8b
nfsd: Drop LIST_HEAD where the variable it declares is never used.

The declarations were introduced with the file, but the declared
variables were not used.

Fixes: 65294c1f2c5e ("nfsd: add a new struct file caching facility to nfsd")
Signed-off-by: Mao Wenan <maowenan@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/filecache.c