From: Denis V. Lunev Date: Tue, 15 Jan 2008 07:05:55 +0000 (-0800) Subject: [IPV4]: Remove extra argument from arp_ignore. X-Git-Tag: v2.6.25-rc1~1162^2~746 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd85e32644d4d3744117b0a196ad4382f8acf35;p=pandora-kernel.git [IPV4]: Remove extra argument from arp_ignore. arp_ignore has two arguments: dev & in_dev. dev is used for inet_confirm_addr calling only. inet_confirm_addr, in turn, either gets in_dev from the device passed or iterates over all network devices if the device passed is NULL. It seems logical to directly pass in_dev into inet_confirm_addr. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed