From 7bfd756cb395307ee779e9382d4745691cd12a0c Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Wed, 7 Jun 2017 01:39:08 -0500 Subject: queues: entirely rework parallel system This removes our dependency on padata. Signed-off-by: Samuel Holland --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 7ffc529..a964f27 100644 --- a/src/config.c +++ b/src/config.c @@ -114,7 +114,7 @@ static int set_peer(struct wireguard_device *wg, void __user *user_peer, size_t } if (wg->dev->flags & IFF_UP) - packet_send_queue(peer); + queue_work(wg->crypt_wq, &peer->init_queue.work); peer_put(peer); -- cgit v1.2.3-59-g8ed1b