oprofilefs_mkdir() doesn't need superblock argument
[deliverable/linux.git] / arch / mips / oprofile / common.c
index 7439ae2df05cf1a8f94298a094ecb358d11ea2c8..755caf04656e5098d86127976c9367fc79196635 100644 (file)
@@ -42,7 +42,7 @@ static int op_mips_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", &ctr[i].enabled);
                oprofilefs_create_ulong(root->d_sb, dir, "event", &ctr[i].event);
This page took 0.024941 seconds and 5 git commands to generate.