commit | b8020eff7f827018ccd690a13e7da606302715a5 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:32 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 06 22:17:38 2016 -0400 |
tree | b4b61c94c67605010a334db11623cf071a3ef8ec | |
parent | 6966f842c044bc602ecc06712ee5891328fde10e [diff] [blame] |
hfs: Switch to generic xattr handlers Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 1ca95c2..bf6304a 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c
@@ -406,6 +406,7 @@ } sb->s_op = &hfs_super_operations; + sb->s_xattr = hfs_xattr_handlers; sb->s_flags |= MS_NODIRATIME; mutex_init(&sbi->bitmap_lock);