Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / fs / kernfs / mount.c
index b3d73ad..d5b149a 100644 (file)
@@ -158,6 +158,7 @@ static int kernfs_fill_super(struct super_block *sb, unsigned long magic)
        sb->s_blocksize_bits = PAGE_SHIFT;
        sb->s_magic = magic;
        sb->s_op = &kernfs_sops;
+       sb->s_xattr = kernfs_xattr_handlers;
        sb->s_time_gran = 1;
 
        /* get root inode, initialize and unlock it */