]> Pileus Git - ~andy/linux/blobdiff - fs/sysfs/mount.c
[NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers
[~andy/linux] / 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);