]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/ksysfs.c
fix struct user_info export's sysfs interaction
[karo-tx-linux.git] / kernel / ksysfs.c
index dd0f9e7f34145766ebc09bd88d8cb9105a7eeaeb..45e64658560507e38d884b042cf80337bd19962d 100644 (file)
@@ -141,11 +141,8 @@ static int __init ksysfs_init(void)
                        goto group_exit;
        }
 
-       /*
-        * Create "/sys/kernel/uids" directory and corresponding root user's
-        * directory under it.
-        */
-       error = uids_kobject_init();
+       /* create the /sys/kernel/uids/ directory */
+       error = uids_sysfs_init();
        if (error)
                goto notes_exit;