diff options
Diffstat (limited to 'fs/configfs')
-rw-r--r-- | fs/configfs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/configfs/mount.c b/fs/configfs/mount.c index c4ee7f05de8b..54bf0db0d4b0 100644 --- a/fs/configfs/mount.c +++ b/fs/configfs/mount.c | |||
@@ -140,7 +140,7 @@ static int __init configfs_init(void) | |||
140 | if (!configfs_dir_cachep) | 140 | if (!configfs_dir_cachep) |
141 | goto out; | 141 | goto out; |
142 | 142 | ||
143 | config_kobj = kobject_create_and_add("config", &kernel_kset->kobj); | 143 | config_kobj = kobject_create_and_add("config", kernel_kobj); |
144 | if (!config_kobj) { | 144 | if (!config_kobj) { |
145 | kmem_cache_destroy(configfs_dir_cachep); | 145 | kmem_cache_destroy(configfs_dir_cachep); |
146 | configfs_dir_cachep = NULL; | 146 | configfs_dir_cachep = NULL; |