From: Denis V. Lunev Date: Fri, 1 Feb 2008 02:50:07 +0000 (-0800) Subject: [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. X-Git-Tag: v2.6.25-rc1~1089^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4814bdbd590e835ecec2d5e505165ec1c19796b2;p=pandora-kernel.git [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. The namespace is not available in the fib_sync_down_addr, add it as a parameter. Looking up a device by the pointer to it is OK. Looking up using a result from fib_trie/fib_hash table lookup is also safe. No need to fix that at all. So, just fix lookup by address and insertion to the hash table path. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed