ubifs: Make xattr structures static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 16:50:43 +0000 (17:50 +0100)
committerRichard Weinberger <richard@nod.at>
Fri, 29 Jul 2016 14:19:43 +0000 (16:19 +0200)
commitdfaf8d2aeca4822e104fb3c4890d7b4b42048229
treeb235a8ab2ed12b7cac83c9ce99e0f08dddc93f9d
parent1ae92642e5900316011736072b4fa91710840620
ubifs: Make xattr structures static

Fix sparse warnings from the use of "struct xattr_handler"
structures that are not exported by making them static. Fixes
the following sparse warnings:

/fs/ubifs/xattr.c:595:28: warning: symbol 'ubifs_user_xattr_handler' was not declared. Should it be static?
/fs/ubifs/xattr.c:601:28: warning: symbol 'ubifs_trusted_xattr_handler' was not declared. Should it be static?
/fs/ubifs/xattr.c:607:28: warning: symbol 'ubifs_security_xattr_handler' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/xattr.c
This page took 0.024041 seconds and 5 git commands to generate.