summaryrefslogtreecommitdiff
path: root/fs/hfs/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/attr.c')
-rw-r--r--fs/hfs/attr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/hfs/attr.c b/fs/hfs/attr.c
index 74fa62643136..f8395cdd1adf 100644
--- a/fs/hfs/attr.c
+++ b/fs/hfs/attr.c
@@ -121,6 +121,7 @@ static int hfs_xattr_get(const struct xattr_handler *handler,
}
static int hfs_xattr_set(const struct xattr_handler *handler,
+ struct mnt_idmap *idmap,
struct dentry *unused, struct inode *inode,
const char *name, const void *value, size_t size,
int flags)
@@ -145,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