diff options
author | Aaron Tomlin <atomlin@atomlin.com> | 2023-08-08 13:03:29 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-08-14 14:20:26 -1000 |
commit | b6a46f7263bd8ba0e545d79bd034c412f32b5875 (patch) | |
tree | b637ee328c98597d8564de2f055441b6d61326bf /init | |
parent | 523a301e66afd1ea9856660bcf3cee3a7c84c6dd (diff) | |
download | lwn-b6a46f7263bd8ba0e545d79bd034c412f32b5875.tar.gz lwn-b6a46f7263bd8ba0e545d79bd034c412f32b5875.zip |
workqueue: Rename rescuer kworker
Each CPU-specific and unbound kworker kthread conforms to a particular
naming scheme. However, this does not extend to the rescuer kworker.
At present, a rescuer kworker is simply named according to its
workqueue's name. This can be cryptic.
This patch modifies a rescuer to follow the kworker naming scheme.
The "R" is indicative of a rescuer and after "-" is its workqueue's
name e.g. "kworker/R-ext4-rsv-conver".
tj: Use "R" instead of "r" as the prefix to make it more distinctive and
consistent with how highpri pools are marked.
Signed-off-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions