diff options
Diffstat (limited to 'net/l2tp')
-rw-r--r-- | net/l2tp/l2tp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 735d0f60c83a..fcbd63ea4909 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c | |||
@@ -2016,7 +2016,7 @@ static int __init l2tp_init(void) | |||
2016 | if (rc) | 2016 | if (rc) |
2017 | goto out; | 2017 | goto out; |
2018 | 2018 | ||
2019 | l2tp_wq = alloc_workqueue("l2tp", WQ_NON_REENTRANT | WQ_UNBOUND, 0); | 2019 | l2tp_wq = alloc_workqueue("l2tp", WQ_UNBOUND, 0); |
2020 | if (!l2tp_wq) { | 2020 | if (!l2tp_wq) { |
2021 | pr_err("alloc_workqueue failed\n"); | 2021 | pr_err("alloc_workqueue failed\n"); |
2022 | rc = -ENOMEM; | 2022 | rc = -ENOMEM; |