From: Denis V. Lunev Date: Tue, 15 Jan 2008 07:06:19 +0000 (-0800) Subject: [NETNS]: Process inet_confirm_addr in the correct namespace. X-Git-Tag: v2.6.25-rc1~1162^2~745 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a6d06300128d32f361f4f790beba0ca83730eb;p=pandora-kernel.git [NETNS]: Process inet_confirm_addr in the correct namespace. inet_confirm_addr can be called with NULL in_dev from arp_ignore iff scope is RT_SCOPE_LINK. Lets always pass the device and check for RT_SCOPE_LINK scope inside inet_confirm_addr. This let us take network namespace from in_device a need for an additional argument. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed