]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/configfs/mount.c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
[mv-sheeva.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;
 }