]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/namespace.c
r8169: more phy init for the 8168
[linux-2.6-omap-h63xx.git] / fs / namespace.c
index 4198003d7e18a79228ebf5a8a7f9d06cca86be21..07daa797259184f1c4cd181cf09f04156bd4dabe 100644 (file)
@@ -1791,7 +1791,7 @@ static void __init init_mount_tree(void)
        set_fs_root(current->fs, ns->root, ns->root->mnt_root);
 }
 
-void __init mnt_init(unsigned long mempages)
+void __init mnt_init(void)
 {
        struct list_head *d;
        unsigned int nr_hash;
@@ -1801,7 +1801,7 @@ void __init mnt_init(unsigned long mempages)
        init_rwsem(&namespace_sem);
 
        mnt_cache = kmem_cache_create("mnt_cache", sizeof(struct vfsmount),
-                       0, SLAB_HWCACHE_ALIGN | SLAB_PANIC, NULL, NULL);
+                       0, SLAB_HWCACHE_ALIGN | SLAB_PANIC, NULL);
 
        mount_hashtable = (struct list_head *)__get_free_page(GFP_ATOMIC);