oprofile: don't bother with passing superblock to ->create_files()
[deliverable/linux.git] / drivers / oprofile / oprofile_files.c
index 97c345ff62c49f799e572cb18dfb32eb891dfa53..ffc30ee641d4e80571cda12f8920154fc976c88b 100644 (file)
@@ -197,5 +197,5 @@ void oprofile_create_files(struct dentry *root)
 #endif
        oprofile_create_stats_files(root->d_sb, root);
        if (oprofile_ops.create_files)
-               oprofile_ops.create_files(root->d_sb, root);
+               oprofile_ops.create_files(root);
 }
This page took 0.028289 seconds and 5 git commands to generate.