X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fhandler.c;h=0c70010a7dfe9671ab9f019940354de1de5c1672;hb=908cf4b925e419bc74f3297b2f0e51d6f8a81da2;hp=e1dcf663f8a64960fdfdc824df07f071dca6818e;hpb=5f0b1437e0708772b6fecae5900c01c3b5f9b512;p=linux-2.6 diff --git a/net/tipc/handler.c b/net/tipc/handler.c index e1dcf663f8..0c70010a7d 100644 --- a/net/tipc/handler.c +++ b/net/tipc/handler.c @@ -97,7 +97,7 @@ int tipc_handler_start(void) { tipc_queue_item_cache = kmem_cache_create("tipc_queue_items", sizeof(struct queue_item), - 0, SLAB_HWCACHE_ALIGN, NULL, NULL); + 0, SLAB_HWCACHE_ALIGN, NULL); if (!tipc_queue_item_cache) return -ENOMEM;