]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: make nfsd_filecache_wq variable static
authorChen Zhou <chenzhou10@huawei.com>
Mon, 3 Feb 2020 01:43:57 +0000 (09:43 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Feb 2020 18:30:41 +0000 (13:30 -0500)
commita288785bc29fd665edb120f054b0c8aa6a814f03
tree85169b466efbbd7964a3f3544b39d75b6904a1e7
parent0a43ba0d65cac528151d7983a1cc252fb58581c6
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>
fs/nfsd/filecache.c