On Thu, Sep 15, 2016 at 03:30:19PM -0400, Tejun Heo wrote: > Now that workqueue can handle work item queueing from very early > during boot, there is no need to gate schedule_delayed_work_on() while > !keventd_up(). Remove it. > > Signed-off-by: Tejun Heo <t...@kernel.org> > Cc: Christoph Lameter <c...@linux.com> > Cc: Pekka Enberg <penb...@kernel.org> > Cc: David Rientjes <rient...@google.com> > Cc: Joonsoo Kim <iamjoonsoo....@lge.com> > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: linux...@kvack.org > --- > Hello, > > This change depends on an earlier workqueue patch and is followed by a > patch to remove keventd_up(). It'd be great if it can be routed > through the wq/for-4.9 branch.
Acked-by: Joonsoo Kim <iamjoonsoo....@lge.com> Thanks.