X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=22e536705c45d128ab8651759cea74d83f481ab1;hb=d6f2589ad561aa5fa39f347eca6942668b7560a1;hp=be32ebccdeb166a0c4eb85c4459d68a3d2555fab;hpb=a5bd4f8ab0443ea62be34b112eb78cafb6b3042d;p=~andy%2Flinux diff --git a/fs/namespace.c b/fs/namespace.c index be32ebccdeb..22e536705c4 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -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",