]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/oprofile/oprofilefs.c
don't bother passing sb to oprofile_create_files()
[karo-tx-linux.git] / drivers / oprofile / oprofilefs.c
index 7c12d9c2b23010a54c2752a0abac70b1bcf17735..2e2dd5ca72115a7e95eb2c92455c6f825d882bfe 100644 (file)
@@ -256,7 +256,7 @@ static int oprofilefs_fill_super(struct super_block *sb, void *data, int silent)
        if (!sb->s_root)
                return -ENOMEM;
 
-       oprofile_create_files(sb, sb->s_root);
+       oprofile_create_files(sb->s_root);
 
        // FIXME: verify kill_litter_super removes our dentries
        return 0;