diff --git a/[refs] b/[refs] index 4843bedcd237..13de96f23a93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 119dd52be33dfe6285f586ab7354897fdefc7e23 +refs/heads/master: 0333cd8a3f4249fde2c50929a6eac35245fc685b diff --git a/trunk/fs/sysfs/mount.c b/trunk/fs/sysfs/mount.c index 92f407fb1263..ac7625631fcf 100644 --- a/trunk/fs/sysfs/mount.c +++ b/trunk/fs/sysfs/mount.c @@ -71,7 +71,7 @@ static int sysfs_get_sb(struct file_system_type *fs_type, static struct file_system_type sysfs_fs_type = { .name = "sysfs", .get_sb = sysfs_get_sb, - .kill_sb = kill_litter_super, + .kill_sb = kill_anon_super, }; int __init sysfs_init(void)