]> git.baikalelectronics.ru Git - kernel.git/commit
netns: remove net arg from rtnl_net_fill()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 26 Nov 2018 14:42:02 +0000 (15:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Nov 2018 00:20:19 +0000 (16:20 -0800)
commit053602e6c99fb20d89a0578e7d088269cba43857
tree7bcde4847f2d6fa398823fbf8e9e9087e26b23a3
parent5afcf9876c91fb89fd78a6b73ec61afb94addfb6
netns: remove net arg from rtnl_net_fill()

This argument is not used anymore.

Fixes: b67e711725b4 ("netns: always provide the id to rtnl_net_fill()")
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