From: Weilong Chen Date: Thu, 16 Jan 2014 09:24:31 +0000 (+0800) Subject: net: fix "queues" uevent between network namespaces X-Git-Tag: v3.14-rc1~94^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ef3d5d5f3ffd757c960693c4fe7a0051211849;p=pandora-kernel.git net: fix "queues" uevent between network namespaces When I create a new namespace with 'ip netns add net0', or add/remove new links in a namespace with 'ip link add/delete type veth', rx/tx queues events can be got in all namespaces. That is because rx/tx queue ktypes do not have namespace support, and their kobj parents are setted to NULL. This patch is to fix it. Reported-by: Libo Chen Signed-off-by: Libo Chen Signed-off-by: Weilong Chen Acked-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed