diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 15:47:29 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:46 -0400 |
commit | a9e599e558da15e092cd55a743d57d83daaac0b2 (patch) | |
tree | 023974b3df0fe329ae1ae43cb64e1ad8f254ea6d /drivers/oprofile/oprof.h | |
parent | 5d30b4274f1f3315f48ad4b2a9a41abc94d11d16 (diff) | |
download | linux-a9e599e558da15e092cd55a743d57d83daaac0b2.tar.bz2 |
don't bother passing sb to oprofile_create_files()
it's always root->d_sb
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/oprofile/oprof.h')
-rw-r--r-- | drivers/oprofile/oprof.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h index d32ef816337c..8c43f20ab5fa 100644 --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h @@ -33,7 +33,7 @@ extern unsigned long oprofile_backtrace_depth; struct super_block; struct dentry; -void oprofile_create_files(struct super_block *sb, struct dentry *root); +void oprofile_create_files(struct dentry *root); int oprofile_timer_init(struct oprofile_operations *ops); #ifdef CONFIG_OPROFILE_NMI_TIMER int op_nmi_timer_init(struct oprofile_operations *ops); |