]> 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)
commit784885a19b84624dcd167d8a5d7a84d625d23775
tree7bcde4847f2d6fa398823fbf8e9e9087e26b23a3
parent3060c05241ba88b4ec3766e6d0e749d0aacdc4c0
netns: remove net arg from rtnl_net_fill()

This argument is not used anymore.

Fixes: 408527494e3d ("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