squashfs: xattr fix sparse warnings
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 13 May 2010 23:32:22 +0000 (16:32 -0700)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Mon, 17 May 2010 19:06:56 +0000 (20:06 +0100)
commit0f87ee08564b95389e609699990725efd282021c
tree57d6655eab77057968557e2a414536cb56a7c2ba
parentaa5b1894cbc700d7462947c017ca9b7bcda1e8ed
squashfs: xattr fix sparse warnings

Sparse does not like inline function declared without body,
because it is not part of the standard kernel practice.

The xattr_handler tables can be declared static.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/xattr.c