From: Andy Gospodarek Date: Mon, 29 Jan 2007 20:08:38 +0000 (-0800) Subject: bonding: ARP monitoring broken on x86_64 X-Git-Tag: v2.6.20-rc7~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a8ccd56d82bd4f4b5c7c2e7eb758c7764d98e1;p=pandora-kernel.git bonding: ARP monitoring broken on x86_64 While working with the latest bonding code I noticed a nasty problem that will prevent arp monitoring from always functioning correctly on x86_64 systems. Comparing ints to longs and expecting reliable results on x86_64 is a bad idea. With this patch, arp monitoring works correctly again. Signed-off-by: Andy Gospodarek Cc: "David S. Miller" Cc: Stephen Hemminger Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed