]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysfs/mount.c
kernel-doc: detect/prevent duplicate doc section names
[linux-2.6-omap-h63xx.git] / fs / sysfs / mount.c
index c76c540be3c830c57707d23a95cac5f8b83323a5..74168266cd59a1abca9e8039131c0ce46b240980 100644 (file)
@@ -92,6 +92,10 @@ int __init sysfs_init(void)
        if (!sysfs_dir_cachep)
                goto out;
 
+       err = sysfs_inode_init();
+       if (err)
+               goto out_err;
+
        err = register_filesystem(&sysfs_fs_type);
        if (!err) {
                sysfs_mount = kern_mount(&sysfs_fs_type);