X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fhandler.c;h=0c70010a7dfe9671ab9f019940354de1de5c1672;hb=c3f26a269c2421f97f10cf8ed05d5099b573af4d;hp=e1dcf663f8a64960fdfdc824df07f071dca6818e;hpb=5a84d159061d914c8dd4aa372ac6e9529c2be453;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;