nfs: make nfs4_cb_sv_ops static
authorJason Yan <yanaijie@huawei.com>
Fri, 10 Mar 2017 02:48:13 +0000 (10:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Oct 2017 08:26:10 +0000 (10:26 +0200)
commit49f1b2c154cb8f412cc8d4fde29dc4baa2e79ee3
treed56ffcfbcef7c8d7fe73f89df7919d9552196e1f
parent1cf8f9467e8658f1cb15127f4ac80019098b9d22
nfs: make nfs4_cb_sv_ops static

[ Upstream commit 05fae7bbc237bc7de0ee9c3dcf85b2572a80e3b5 ]

Fixes the following sparse warning:

fs/nfs/callback.c:235:21: warning: symbol 'nfs4_cb_sv_ops' was not
declared. Should it be static?

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/callback.c