X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsunrpc%2Fsched.c;h=b5723c262a3efd4703ea95f7936994845626f956;hb=a4fb2122f1fc4a22bd6a5b8a195b952c2d31c54d;hp=2ac43c41c3a9889664a1c36b5072e1690ce0fea2;hpb=16cefa8c3863721fd40445a1b34dea18cd16ccfe;p=linux-2.6 diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 2ac43c41c3..b5723c262a 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -1031,13 +1031,13 @@ rpc_init_mempool(void) rpc_task_slabp = kmem_cache_create("rpc_tasks", sizeof(struct rpc_task), 0, SLAB_HWCACHE_ALIGN, - NULL, NULL); + NULL); if (!rpc_task_slabp) goto err_nomem; rpc_buffer_slabp = kmem_cache_create("rpc_buffers", RPC_BUFFER_MAXSIZE, 0, SLAB_HWCACHE_ALIGN, - NULL, NULL); + NULL); if (!rpc_buffer_slabp) goto err_nomem; rpc_task_mempool = mempool_create_slab_pool(RPC_TASK_POOLSIZE,