]> www.infradead.org Git - users/hch/xfs.git/commit
workqueue: Don't bind the rescuer in the last working cpu
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Fri, 21 Jun 2024 07:32:23 +0000 (15:32 +0800)
committerTejun Heo <tj@kernel.org>
Fri, 21 Jun 2024 22:34:02 +0000 (12:34 -1000)
commitf45b1c3c33373c8c29a95a5188165d6eb634823a
treeb5ea82bc491212a899d5b736c9d018ab093049f5
parent68f83057b913467a999e1bf9e0da6a119668f769
workqueue: Don't bind the rescuer in the last working cpu

So that when the rescuer is woken up next time, it will not interrupt
the last working cpu which might be busy on other crucial works but
have nothing to do with the rescuer's incoming works.

Cc: Valentin Schneider <vschneid@redhat.com>
Signed-off-by: Lai Jiangshan <jiangshan.ljs@antgroup.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c