From: Stephen Hemminger Date: Fri, 14 May 2010 00:53:14 +0000 (-0700) Subject: fs: xattr_handler table should be const X-Git-Tag: v2.6.35-rc1~432^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4354538eb7b92f32cfedbad68c7be266c0b467;p=pandora-kernel.git fs: xattr_handler table should be const The entries in xattr handler table should be immutable (ie const) like other operation tables. Later patches convert common filesystems. Uncoverted filesystems will still work, but will generate a compiler warning. Signed-off-by: Stephen Hemminger Signed-off-by: Al Viro --- Reading git-diff-tree failed