]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbecfce2146fbe941d0ca31e3b7d117cb2030094a
tree0c71a5e99082f7d5c9181e9ecee021b54616a925
parent483ff74272cc5f72999a07a86dbbff948911ec2e
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: a773ac40fe37 ("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