OSDN Git Service

ecryptfs: Make ecryptfs_xattr_handler static
authorYueHaibing <yuehaibing@huawei.com>
Fri, 14 Jun 2019 15:51:17 +0000 (23:51 +0800)
committerTyler Hicks <tyhicks@canonical.com>
Wed, 19 Jun 2019 05:53:49 +0000 (05:53 +0000)
commitc036061be907b8bcf8c030cf4d2fb97a04d6f5d1
tree0eeb44efc539e70a77e2272650bda96fc624e21d
parent29a51df0609c74e7163d41334021166d6a34d083
ecryptfs: Make ecryptfs_xattr_handler static

Fix sparse warning:

fs/ecryptfs/inode.c:1138:28: warning:
 symbol 'ecryptfs_xattr_handler' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/inode.c