don't bother with passing superblock to oprofile_create_stats_files()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-07-19 15:54:56 +04:00
parent ef7bca1456
commit 40437c718a
3 changed files with 14 additions and 14 deletions

View File

@@ -195,7 +195,7 @@ void oprofile_create_files(struct dentry *root)
#ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX
oprofilefs_create_file(root->d_sb, root, "time_slice", &timeout_fops);
#endif
oprofile_create_stats_files(root->d_sb, root);
oprofile_create_stats_files(root);
if (oprofile_ops.create_files)
oprofile_ops.create_files(root);
}