oprofile: don't bother with passing superblock to ->create_files()
[deliverable/linux.git] / include / linux / oprofile.h
index a4c562453f6b726e0abe6f2b62c66f34a3a07946..8a906b4034a769de311e054d2ac8db0e8b088445 100644 (file)
@@ -51,7 +51,7 @@ struct pt_regs;
 struct oprofile_operations {
        /* create any necessary configuration files in the oprofile fs.
         * Optional. */
-       int (*create_files)(struct super_block * sb, struct dentry * root);
+       int (*create_files)(struct dentry * root);
        /* Do any necessary interrupt setup. Optional. */
        int (*setup)(void);
        /* Do any necessary interrupt shutdown. Optional. */
This page took 0.02512 seconds and 5 git commands to generate.