sysfs, kernfs: drop unused params from sysfs_fill_super()
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:36 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 02:08:39 +0000 (18:08 -0800)
commitccc532dc12af9dd95dc1cd13e9a6d5f8f08c0842
tree852b573d5dff7de528e77bbe481457f92609ebb6
parent2072f1afddfe9fa00c1c0c79f8986707324ec65b
sysfs, kernfs: drop unused params from sysfs_fill_super()

sysfs_fill_super() takes three params - @sb, @data and @silent - but
uses only @sb.  Drop the latter two.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/mount.c