From: Stephen Hemminger Date: Thu, 13 May 2010 23:32:22 +0000 (-0700) Subject: squashfs: xattr fix sparse warnings X-Git-Tag: v2.6.35-rc1~251^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f87ee08564b95389e609699990725efd282021c;p=pandora-kernel.git 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 Signed-off-by: Phillip Lougher --- Reading git-diff-tree failed