]> Pileus Git - ~andy/linux/blobdiff - fs/namespace.c
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[~andy/linux] / fs / namespace.c
index be32ebccdeb166a0c4eb85c4459d68a3d2555fab..22e536705c45d128ab8651759cea74d83f481ab1 100644 (file)
@@ -2790,6 +2790,8 @@ void __init mnt_init(void)
        for (u = 0; u < HASH_SIZE; u++)
                INIT_LIST_HEAD(&mountpoint_hashtable[u]);
 
+       kernfs_init();
+
        err = sysfs_init();
        if (err)
                printk(KERN_WARNING "%s: sysfs_init error: %d\n",