diff options
Diffstat (limited to '')
-rw-r--r-- | fs/hfs/attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/attr.c b/fs/hfs/attr.c index 6341bb2482..f8395cdd1a 100644 --- a/fs/hfs/attr.c +++ b/fs/hfs/attr.c @@ -146,7 +146,7 @@ static const struct xattr_handler hfs_type_handler = { .set = hfs_xattr_set, }; -const struct xattr_handler *hfs_xattr_handlers[] = { +const struct xattr_handler * const hfs_xattr_handlers[] = { &hfs_creator_handler, &hfs_type_handler, NULL |