• T
    workqueue: allow WQ_MEM_RECLAIM on early init workqueues · 40c17f75
    Tejun Heo 提交于
    Workqueues can be created early during boot before workqueue subsystem
    in fully online - work items are queued waiting for later full
    initialization.  However, early init wasn't supported for
    WQ_MEM_RECLAIM workqueues causing unnecessary annoyances for a subset
    of users.  Expand early init support to include WQ_MEM_RECLAIM
    workqueues.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
    40c17f75
workqueue.c 155.9 KB