]> git.baikalelectronics.ru Git - 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)
commitb0e2a857508bec57fd17ecb6661b35380758d2f5
tree0013c0b31a79c47f08cd3c5caef3daee23e459d4
parent09bac95105f4fe4abf1ae73abfdde2ecbf3b26e2
workqueue: fix a piece of comment about reserved bits for work flags

0a4a82abf610("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