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)
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>

No differences found