From: Gao feng Date: Fri, 8 Jun 2012 01:20:41 +0000 (+0000) Subject: inetpeer: add namespace support for inetpeer X-Git-Tag: v3.6-rc1~125^2~582 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a627ed06d6d49bf65015a2185c519335c4c83f;p=pandora-kernel.git inetpeer: add namespace support for inetpeer now inetpeer doesn't support namespace,the information will be leaking across namespace. this patch move the global vars v4_peers and v6_peers to netns_ipv4 and netns_ipv6 as a field peers. add struct pernet_operations inetpeer_ops to initial pernet inetpeer data. and change family_to_base and inet_getpeer to support namespace. Signed-off-by: Gao feng Signed-off-by: David S. Miller --- Reading git-diff-tree failed