diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-09-29 17:48:32 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-06 22:17:38 -0400 |
commit | b8020eff7f827018ccd690a13e7da606302715a5 (patch) | |
tree | b4b61c94c67605010a334db11623cf071a3ef8ec /fs/hfs/super.c | |
parent | 6966f842c044bc602ecc06712ee5891328fde10e (diff) | |
download | linux-stable-b8020eff7f827018ccd690a13e7da606302715a5.tar.gz linux-stable-b8020eff7f827018ccd690a13e7da606302715a5.tar.bz2 linux-stable-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.c | 1 |
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); |