]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfs: make nfs4_cb_sv_ops static
authorJason Yan <yanaijie@huawei.com>
Fri, 10 Mar 2017 02:48:13 +0000 (10:48 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 17 Mar 2017 20:05:56 +0000 (16:05 -0400)
commit05fae7bbc237bc7de0ee9c3dcf85b2572a80e3b5
treea74b66bdc6d7b23cf4e4a3b15c588f2c1c9d6007
parenteed50879d64ab1b9f76445dbab822e43a098b309
nfs: make nfs4_cb_sv_ops static

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>
fs/nfs/callback.c