Merge branch 'pernet-convert-part11'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 17:00:47 +0000 (13:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 17:00:47 +0000 (13:00 -0400)
commitf145749dd49d00430e1e735656c757a3552dcd4e
tree8629dc9dffc4723d373c19bcff33ca2a70c3f5db
parent885b0d4375a102d002bc654b4b68da46ba060032
parentb2864fbdc5ab6bb4750b00580b67070bd0ab3762
Merge branch 'pernet-convert-part11'

Kirill Tkhai says:

====================
Converting pernet_operations (part #11)

this series continues to review and to convert pernet_operations
to make them possible to be executed in parallel for several
net namespaces at the same time.

I thought last series was last, but there is one
new pernet_operations came to kernel. This is
udp_sysctl_ops, and here we convert it.

Also, David Howells acked rxrpc_net_ops, so I resend
the patch in case of it should be queued by patchwork:

https://www.spinics.net/lists/netdev/msg490678.html
====================

Signed-off-by: David S. Miller <davem@davemloft.net>