oprofile: don't bother with passing superblock to ->create_files()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a9e599e558
commit
ef7bca1456
10 changed files with 90 additions and 92 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue