aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/sysfs/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c
index 92f407fb1263..ac7625631fcf 100644
--- a/fs/sysfs/mount.c
+++ b/fs/sysfs/mount.c
@@ -71,7 +71,7 @@ static int sysfs_get_sb(struct file_system_type *fs_type,
71static struct file_system_type sysfs_fs_type = { 71static struct file_system_type sysfs_fs_type = {
72 .name = "sysfs", 72 .name = "sysfs",
73 .get_sb = sysfs_get_sb, 73 .get_sb = sysfs_get_sb,
74 .kill_sb = kill_litter_super, 74 .kill_sb = kill_anon_super,
75}; 75};
76 76
77int __init sysfs_init(void) 77int __init sysfs_init(void)