]> www.infradead.org Git - users/hch/xfs.git/commit
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()
authorLai Jiangshan <jiangshan.ljs@antgroup.com>
Thu, 11 Jul 2024 08:35:47 +0000 (16:35 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 11 Jul 2024 22:50:35 +0000 (12:50 -1000)
commitb2b1f9338400de0fb65e2ff5fab1b5617dcb5a97
tree122cdd076691d10065f3033bba5d33c3d4f88908
parentd160a58de59cd617d9648d0458d572d063d66b71
workqueue: Rename wq_update_pod() to unbound_wq_update_pwq()

What wq_update_pod() does is just to update the pwq of the specific
cpu.  Rename it and update the comments.

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