X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=fs%2Fsysfs%2Fmount.c;fp=fs%2Fsysfs%2Fmount.c;h=19662d00a265636bafaff5247bbd22efd4738812;hp=ea01b08fb19356b52cc83507ba1fb0833978943f;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57 diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index ea01b08fb..19662d00a 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c @@ -64,10 +64,10 @@ static int sysfs_fill_super(struct super_block *sb, void *data, int silent) return 0; } -static struct super_block *sysfs_get_sb(struct file_system_type *fs_type, - int flags, const char *dev_name, void *data) +static int sysfs_get_sb(struct file_system_type *fs_type, + int flags, const char *dev_name, void *data, struct vfsmount *mnt) { - return get_sb_single(fs_type, flags, data, sysfs_fill_super); + return get_sb_single(fs_type, flags, data, sysfs_fill_super, mnt); } static struct file_system_type sysfs_fs_type = {