X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=ddbda13c2d317dc79bb6bffa41e688a250dd1ccf;hb=637aff46f94a754207c80c8c64bf1b74f24b967d;hp=4198003d7e18a79228ebf5a8a7f9d06cca86be21;hpb=49c13b51a15f1ba9f6d47e26e4a3886c4f3931e2;p=powerpc.git diff --git a/fs/namespace.c b/fs/namespace.c index 4198003d7e..ddbda13c2d 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -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);