commit | 291adeb25481d6d515d1bafbcbddbf2cf5f74574 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Tue May 28 17:06:52 2019 +0800 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:09 2019 -0400 |
tree | c71ac1ea78a3feae4364001dbb20bc1a1f683190 | |
parent | f85d93385e9fe6886a751f647f6812a89bf6bee3 [diff] |
lockd: Make two symbols static Fix sparse warnings: fs/lockd/clntproc.c:57:6: warning: symbol 'nlmclnt_put_lockowner' was not declared. Should it be static? fs/lockd/svclock.c:409:35: warning: symbol 'nlmsvc_lock_ops' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>