Loading fs/ext4/sysfs.c +2 −0 Original line number Diff line number Diff line Loading @@ -464,6 +464,7 @@ int __init ext4_init_sysfs(void) feat_err: kobject_put(ext4_feat); ext4_feat = NULL; kset_err: kset_unregister(ext4_kset); ext4_kset = NULL; Loading @@ -473,6 +474,7 @@ int __init ext4_init_sysfs(void) void ext4_exit_sysfs(void) { kobject_put(ext4_feat); ext4_feat = NULL; kset_unregister(ext4_kset); ext4_kset = NULL; remove_proc_entry(proc_dirname, NULL); Loading Loading
fs/ext4/sysfs.c +2 −0 Original line number Diff line number Diff line Loading @@ -464,6 +464,7 @@ int __init ext4_init_sysfs(void) feat_err: kobject_put(ext4_feat); ext4_feat = NULL; kset_err: kset_unregister(ext4_kset); ext4_kset = NULL; Loading @@ -473,6 +474,7 @@ int __init ext4_init_sysfs(void) void ext4_exit_sysfs(void) { kobject_put(ext4_feat); ext4_feat = NULL; kset_unregister(ext4_kset); ext4_kset = NULL; remove_proc_entry(proc_dirname, NULL); Loading