oprofilefs_mkdir() doesn't need superblock argument
[firefly-linux-kernel-4.4.55.git] / drivers / oprofile / oprofile_perf.c
index 52ad942df04e3a0fe9debd69ac8c392749c2dce5..923a245774faa0c1020722fc4c27dd3bcf352844 100644 (file)
@@ -147,7 +147,7 @@ static int oprofile_perf_create_files(struct dentry *root)
                char buf[4];
 
                snprintf(buf, sizeof buf, "%d", i);
-               dir = oprofilefs_mkdir(root->d_sb, root, buf);
+               dir = oprofilefs_mkdir(root, buf);
                oprofilefs_create_ulong(root->d_sb, dir, "enabled", &counter_config[i].enabled);
                oprofilefs_create_ulong(root->d_sb, dir, "event", &counter_config[i].event);
                oprofilefs_create_ulong(root->d_sb, dir, "count", &counter_config[i].count);