• T
    workqueue: cosmetic update in rescuer_thread() · 0479c8c5
    Tejun Heo 提交于
    rescuer_thread() caches &rescuer->scheduled in a local variable
    scheduled for convenience.  There's one WARN_ON_ONCE() which was using
    &rescuer->scheduled directly.  Replace it with the local variable.
    
    This patch causes no functional difference.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    0479c8c5
workqueue.c 135.6 KB