X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fxattr.c;h=f9273f6901c8d843fe1c79a1e758efd8dda0efb8;hb=HEAD;hp=8577ad494e056bc7c85cec768ed4ca123b07a85e;hpb=71e11d066c1db20f85240d248cd8c3c6ae8bd7d7;p=linux-2.6-microblaze.git diff --git a/fs/jfs/xattr.c b/fs/jfs/xattr.c index 8577ad494e05..0fb7afac298e 100644 --- a/fs/jfs/xattr.c +++ b/fs/jfs/xattr.c @@ -985,7 +985,7 @@ static const struct xattr_handler jfs_trusted_xattr_handler = { .set = jfs_xattr_set, }; -const struct xattr_handler *jfs_xattr_handlers[] = { +const struct xattr_handler * const jfs_xattr_handlers[] = { &jfs_os2_xattr_handler, &jfs_user_xattr_handler, &jfs_security_xattr_handler,