summaryrefslogtreecommitdiffstats
path: root/fs/hfs/super.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher2016-09-29 17:48:32 +0200
committerAl Viro2016-10-07 04:17:38 +0200
commitb8020eff7f827018ccd690a13e7da606302715a5 (patch)
treeb4b61c94c67605010a334db11623cf071a3ef8ec /fs/hfs/super.c
parentjffs2: Remove jffs2_{get,set,remove}xattr macros (diff)
downloadkernel-qcow2-linux-b8020eff7f827018ccd690a13e7da606302715a5.tar.gz
kernel-qcow2-linux-b8020eff7f827018ccd690a13e7da606302715a5.tar.xz
kernel-qcow2-linux-b8020eff7f827018ccd690a13e7da606302715a5.zip
hfs: Switch to generic xattr handlers
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hfs/super.c')
-rw-r--r--fs/hfs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hfs/super.c b/fs/hfs/super.c
index 1ca95c232bb5..bf6304a350a6 100644
--- a/fs/hfs/super.c
+++ b/fs/hfs/super.c
@@ -406,6 +406,7 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent)
}
sb->s_op = &hfs_super_operations;
+ sb->s_xattr = hfs_xattr_handlers;
sb->s_flags |= MS_NODIRATIME;
mutex_init(&sbi->bitmap_lock);