fs: xattr_handler table should be const
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 14 May 2010 00:53:14 +0000 (17:53 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 May 2010 22:31:18 +0000 (18:31 -0400)
commitbb4354538eb7b92f32cfedbad68c7be266c0b467
tree5ecc43dabf5a0ecb511c74411272eba70415cdaf
parent18e9e5104fcd9a973ffe3eed3816c87f2a1b6cd2
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 <shemminger@vyatta.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/generic_acl.c
fs/xattr.c
include/linux/fs.h
include/linux/generic_acl.h
include/linux/xattr.h
mm/shmem.c