-
由 Weilong Chen 提交于
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: NLibo Chen <chenlibo@huawei.com> Signed-off-by: NLibo Chen <chenlibo@huawei.com> Signed-off-by: NWeilong Chen <chenweilong@huawei.com> Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NDavid S. Miller <davem@davemloft.net>
82ef3d5d