diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 07:52:42 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:46 -0400 |
| commit | ef7bca1456e7f65e66b9466c3b149601fe32eec0 (patch) | |
| tree | 84cca2e208e1d482cdcdba49e69bd9a149728709 /include/linux | |
| parent | a9e599e558da15e092cd55a743d57d83daaac0b2 (diff) | |
oprofile: don't bother with passing superblock to ->create_files()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/oprofile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index a4c562453f6b..8a906b4034a7 100644 --- a/include/linux/oprofile.h +++ b/include/linux/oprofile.h | |||
| @@ -51,7 +51,7 @@ struct pt_regs; | |||
| 51 | struct oprofile_operations { | 51 | struct oprofile_operations { |
| 52 | /* create any necessary configuration files in the oprofile fs. | 52 | /* create any necessary configuration files in the oprofile fs. |
| 53 | * Optional. */ | 53 | * Optional. */ |
| 54 | int (*create_files)(struct super_block * sb, struct dentry * root); | 54 | int (*create_files)(struct dentry * root); |
| 55 | /* Do any necessary interrupt setup. Optional. */ | 55 | /* Do any necessary interrupt setup. Optional. */ |
| 56 | int (*setup)(void); | 56 | int (*setup)(void); |
| 57 | /* Do any necessary interrupt shutdown. Optional. */ | 57 | /* Do any necessary interrupt shutdown. Optional. */ |
