]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
workqueue: fix a piece of comment about reserved bits for work flags
authorLai Jiangshan <laijs@linux.alibaba.com>
Mon, 1 Jun 2020 08:44:39 +0000 (08:44 +0000)
committerTejun Heo <tj@kernel.org>
Mon, 1 Jun 2020 15:02:28 +0000 (11:02 -0400)
commitc39ba6b3a8d47be07c180f857564a25a0356d336
tree0013c0b31a79c47f08cd3c5caef3daee23e459d4
parentb8f06b0444ec146e3ae98caac8039c77e5308ce2
workqueue: fix a piece of comment about reserved bits for work flags

8a2e8e5dec7e("workqueue: fix cwq->nr_active underflow")
allocated one more bit from the work flags, and it updated
partial of the comments (128 bytes -> 256 bytes), but it
failed to update the info about the number of reserved bits.

Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h