diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 07:54:56 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:47 -0400 |
commit | 40437c718a69562bafaf9e5c9d17b6628e2576b1 (patch) | |
tree | f428e0a5c172944a2a578853b4071a29337f14b0 /drivers/oprofile/oprofile_files.c | |
parent | ef7bca1456e7f65e66b9466c3b149601fe32eec0 (diff) |
don't bother with passing superblock to oprofile_create_stats_files()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/oprofile/oprofile_files.c')
-rw-r--r-- | drivers/oprofile/oprofile_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/oprofile_files.c b/drivers/oprofile/oprofile_files.c index ffc30ee641d4..07462a9af615 100644 --- a/drivers/oprofile/oprofile_files.c +++ b/drivers/oprofile/oprofile_files.c | |||
@@ -195,7 +195,7 @@ void oprofile_create_files(struct dentry *root) | |||
195 | #ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX | 195 | #ifdef CONFIG_OPROFILE_EVENT_MULTIPLEX |
196 | oprofilefs_create_file(root->d_sb, root, "time_slice", &timeout_fops); | 196 | oprofilefs_create_file(root->d_sb, root, "time_slice", &timeout_fops); |
197 | #endif | 197 | #endif |
198 | oprofile_create_stats_files(root->d_sb, root); | 198 | oprofile_create_stats_files(root); |
199 | if (oprofile_ops.create_files) | 199 | if (oprofile_ops.create_files) |
200 | oprofile_ops.create_files(root); | 200 | oprofile_ops.create_files(root); |
201 | } | 201 | } |