IPVS: use z modifier for sizeof() argument
authorSimon Horman <horms@verge.net.au>
Tue, 1 Feb 2011 17:21:53 +0000 (18:21 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 17:21:53 +0000 (18:21 +0100)
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Hans Schillstrom <hans@schillstrom.com>
Tested-by: Hans Schillstrom <hans@schillstrom.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/ipvs/ip_vs_core.c

index d889f4f..4d06617 100644 (file)
@@ -1887,7 +1887,7 @@ static int __net_init __ip_vs_init(struct net *net)
        ipvs->gen = atomic_read(&ipvs_netns_cnt);
        atomic_inc(&ipvs_netns_cnt);
        net->ipvs = ipvs;
-       printk(KERN_INFO "IPVS: Creating netns size=%lu id=%d\n",
+       printk(KERN_INFO "IPVS: Creating netns size=%zu id=%d\n",
                         sizeof(struct netns_ipvs), ipvs->gen);
        return 0;
 }