ceph: fix non static symbol warning
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 17 Oct 2016 15:11:29 +0000 (15:11 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 18 Oct 2016 10:30:32 +0000 (12:30 +0200)
commit5130ccea7cf4646a24c005be1309b7f86f1e91c9
tree282b02c0cdab637024f9948d4c5621bcf1ba49ad
parent31ca58781019de191c7f520f0626ca76a88c1f6e
ceph: fix non static symbol warning

Fixes the following sparse warning:

fs/ceph/xattr.c:19:28: warning:
 symbol 'ceph_other_xattr_handler' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/xattr.c