IPVS: buffer argument to ip_vs_process_message() should not be const
authorSimon Horman <horms@verge.net.au>
Tue, 9 Nov 2010 00:33:28 +0000 (09:33 +0900)
committerSimon Horman <horms@verge.net.au>
Mon, 15 Nov 2010 23:13:08 +0000 (08:13 +0900)
commit8aadf93c9c1ff1a53aafd18d038be0d709b5ebc0
tree95fce415f48f4df24656ed47a97def2da858a02a
parent7ae246a15a5c9d26cfb572d36794325db0400b18
IPVS: buffer argument to ip_vs_process_message() should not be const

It is assigned to a non-const variable and its contents are modified.

Acked-by: Hans Schillstrom <hans.schillstrom@ericsson.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_sync.c