Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / fs / afs / super.c
index 35d7e550b29cb055b8b442f3a9648217e003ef62..689173c0a682fd2861a6836bc097e49e15696abc 100644 (file)
@@ -361,6 +361,7 @@ static int afs_fill_super(struct super_block *sb,
        sb->s_blocksize_bits    = PAGE_SHIFT;
        sb->s_magic             = AFS_FS_MAGIC;
        sb->s_op                = &afs_super_ops;
+       sb->s_xattr             = afs_xattr_handlers;
        ret = super_setup_bdi(sb);
        if (ret)
                return ret;