From 40437c718a69562bafaf9e5c9d17b6628e2576b1 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 19 Jul 2013 15:54:56 +0400 Subject: don't bother with passing superblock to oprofile_create_stats_files() Signed-off-by: Al Viro --- drivers/oprofile/oprofile_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/oprofile/oprofile_files.c') diff --git a/drivers/oprofile/oprofile_files.c b/drivers/oprofile/oprofile_files.c index ffc30ee641d..07462a9af61 100644 --- a/drivers/oprofile/oprofile_files.c +++ b/drivers/oprofile/oprofile_files.c @@ -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); } -- cgit v1.2.3-70-g09d2