]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4367639ddbdfc74f34512dbecdc9d71c7b9d874
tree5ecc43dabf5a0ecb511c74411272eba70415cdaf
parent68cb8837752f2470e766aa14d6da0d3b619f3b1c
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