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:
Al Viro
2013-07-19 15:52:42 +04:00
parent a9e599e558
commit ef7bca1456
10 changed files with 90 additions and 92 deletions

View File

@@ -197,5 +197,5 @@ void oprofile_create_files(struct dentry *root)
#endif
oprofile_create_stats_files(root->d_sb, root);
if (oprofile_ops.create_files)
oprofile_ops.create_files(root->d_sb, root);
oprofile_ops.create_files(root);
}