Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[deliverable/linux.git] / fs / configfs / mount.c
index 7d3607febe1c7f8878912ab3a389933cda932aaa..ecc62178beda98d3975b2796714ab6d3d6b1968e 100644 (file)
@@ -101,6 +101,7 @@ static int configfs_fill_super(struct super_block *sb, void *data, int silent)
        configfs_root_group.cg_item.ci_dentry = root;
        root->d_fsdata = &configfs_root;
        sb->s_root = root;
+       sb->s_d_op = &configfs_dentry_ops; /* the rest get that */
        return 0;
 }
 
This page took 0.024267 seconds and 5 git commands to generate.