]> git.baikalelectronics.ru Git - kernel.git/commit
netns: introduce 'struct net_fill_args'
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 26 Nov 2018 14:42:03 +0000 (15:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2018 00:20:20 +0000 (16:20 -0800)
commit4b7c3cb8103b60ff260172eb117b4bed0fc9dde2
tree2fe9bc7260c63c35b204469b88e0d4d63a27555e
parent784885a19b84624dcd167d8a5d7a84d625d23775
netns: introduce 'struct net_fill_args'

This is a preparatory work. To avoid having to much arguments for the
function rtnl_net_fill(), a new structure is defined.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net_namespace.c