From: Nikolay Aleksandrov Date: Thu, 23 Jan 2014 22:43:43 +0000 (+0100) Subject: bonding: fix u64 division X-Git-Tag: v3.14-rc1~94^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0681a28264dcf948e0236adb7bf505a638c4dec1;p=pandora-kernel.git bonding: fix u64 division After the option conversion downdelay and updelay divide a u64 and on a 32 bit this causes the following errors: ERROR: "__udivdi3" [drivers/net/bonding/bonding.ko] undefined! ERROR: "__umoddi3" [drivers/net/bonding/bonding.ko] undefined! Fix it by using a normal int instead because newval->value is capped at INT_MAX by the way the option is defined. Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-diff-tree failed