aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ksysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ksysfs.c')
-rw-r--r--kernel/ksysfs.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/kernel/ksysfs.c b/kernel/ksysfs.c
index dd0f9e7f3414..45e646585605 100644
--- a/kernel/ksysfs.c
+++ b/kernel/ksysfs.c
@@ -141,11 +141,8 @@ static int __init ksysfs_init(void)
141 goto group_exit; 141 goto group_exit;
142 } 142 }
143 143
144 /* 144 /* create the /sys/kernel/uids/ directory */
145 * Create "/sys/kernel/uids" directory and corresponding root user's 145 error = uids_sysfs_init();
146 * directory under it.
147 */
148 error = uids_kobject_init();
149 if (error) 146 if (error)
150 goto notes_exit; 147 goto notes_exit;
151 148