commit | 0f87ee08564b95389e609699990725efd282021c | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu May 13 16:32:22 2010 -0700 |
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | Mon May 17 20:06:56 2010 +0100 |
tree | 57d6655eab77057968557e2a414536cb56a7c2ba | |
parent | aa5b1894cbc700d7462947c017ca9b7bcda1e8ed [diff] |
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>