don't bother passing sb to oprofile_create_files()

it's always root->d_sb

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-07-19 15:47:29 +04:00
parent 5d30b4274f
commit a9e599e558
3 changed files with 15 additions and 15 deletions

View File

@@ -256,7 +256,7 @@ static int oprofilefs_fill_super(struct super_block *sb, void *data, int silent)
if (!sb->s_root)
return -ENOMEM;
oprofile_create_files(sb, sb->s_root);
oprofile_create_files(sb->s_root);
// FIXME: verify kill_litter_super removes our dentries
return 0;