commit | 50d0def966a5f1237ba647e827a945e8ece4c10b | [log] [tgz] |
---|---|---|
author | Chen Zhou <chenzhou10@huawei.com> | Mon Feb 03 09:43:57 2020 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Feb 07 13:30:41 2020 -0500 |
tree | 85169b466efbbd7964a3f3544b39d75b6904a1e7 | |
parent | 91fd3c3edcd7f223c5340a8324f67b03a85a73aa [diff] |
nfsd: make nfsd_filecache_wq variable static Fix sparse warning: fs/nfsd/filecache.c:55:25: warning: symbol 'nfsd_filecache_wq' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Chen Zhou <chenzhou10@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>