X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Ftipc%2Fhandler.c;h=0c70010a7dfe9671ab9f019940354de1de5c1672;hb=03414e57ad9875d0c8bfa5a4a65813cb2157372e;hp=e1dcf663f8a64960fdfdc824df07f071dca6818e;hpb=5f0b1437e0708772b6fecae5900c01c3b5f9b512;p=linux-2.6-omap-h63xx.git diff --git a/net/tipc/handler.c b/net/tipc/handler.c index e1dcf663f8a..0c70010a7df 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;