]> git.baikalelectronics.ru Git - kernel.git/commit
net: Convert simple pernet_operations
authorKirill Tkhai <ktkhai@virtuozzo.com>
Mon, 26 Feb 2018 12:59:56 +0000 (15:59 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Feb 2018 16:01:35 +0000 (11:01 -0500)
commit179163e3c5ce236d6bcc15c3559c098e6e7add26
tree44699a8bc3dc68fc37727a0466805bdd9bb981b0
parentae68a72697ef427cbba083f6fdbd2f5ccfbdc2a1
net: Convert simple pernet_operations

These pernet_operations make pretty simple actions
like variable initialization on init, debug checks
on exit, and so on, and they obviously are able
to be executed in parallel with any others:

vrf_net_ops
lockd_net_ops
grace_net_ops
xfrm6_tunnel_net_ops
kcm_net_ops
tcf_net_ops

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
fs/lockd/svc.c
fs/nfs_common/grace.c
net/ipv6/xfrm6_tunnel.c
net/kcm/kcmsock.c
net/sched/cls_api.c