workqueue: Remove GPF argument from alloc_workqueue_attrs()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Jun 2019 14:52:38 +0000 (16:52 +0200)
committerTejun Heo <tj@kernel.org>
Thu, 27 Jun 2019 21:12:19 +0000 (14:12 -0700)
commitbe69d00d9769575e35d83367f465a58dbf82748c
tree4e0ee0ab44461f63b502c93ea14ca6efce117f4d
parent2c9858ecbeb1e68224290043445990e29337d4c0
workqueue: Remove GPF argument from alloc_workqueue_attrs()

All callers use GFP_KERNEL. No point in having that argument.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c