aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2018-02-26 15:59:56 +0300
committerDavid S. Miller <davem@davemloft.net>2018-02-27 11:01:35 -0500
commit02df428ca291f20285f04c25a7efd664a5d83551 (patch)
tree44699a8bc3dc68fc37727a0466805bdd9bb981b0 /fs/lockd/svc.c
parentnet: Convert nfs_net_ops (diff)
downloadlinux-dev-02df428ca291f20285f04c25a7efd664a5d83551.tar.xz
linux-dev-02df428ca291f20285f04c25a7efd664a5d83551.zip
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>
Diffstat (limited to '')
-rw-r--r--fs/lockd/svc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/lockd/svc.c b/fs/lockd/svc.c
index 9c36d614bf89..2dee4e03ff1c 100644
--- a/fs/lockd/svc.c
+++ b/fs/lockd/svc.c
@@ -709,6 +709,7 @@ static struct pernet_operations lockd_net_ops = {
.exit = lockd_exit_net,
.id = &lockd_net_id,
.size = sizeof(struct lockd_net),
+ .async = true,
};