From: Simon Horman Date: Tue, 9 Nov 2010 00:33:28 +0000 (+0900) Subject: IPVS: buffer argument to ip_vs_process_message() should not be const X-Git-Tag: v2.6.39-rc1~468^2~510^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aadf93c9c1ff1a53aafd18d038be0d709b5ebc0;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed