]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysfs/mount.c
sysfs: Use kill_anon_super
[linux-2.6-omap-h63xx.git] / fs / sysfs / mount.c
index 92f407fb1263de1dd0c4d867e6e6cc82b1b70c48..ac7625631fcfc0f5ae369a998b49804d1c961fe6 100644 (file)
@@ -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)