]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
workqueue: remove useless unlock() and lock() in series
authorLai Jiangshan <laijs@linux.alibaba.com>
Fri, 29 May 2020 06:59:02 +0000 (06:59 +0000)
committerTejun Heo <tj@kernel.org>
Fri, 29 May 2020 14:25:23 +0000 (10:25 -0400)
commitb8f06b0444ec146e3ae98caac8039c77e5308ce2
tree2b0337a366ac25868dc4043f1955fc32dc51e9a8
parent4f3f4cf388f8fda7ee8ea7c6af0ff0ebb2d05fe4
workqueue: remove useless unlock() and lock() in series

This is no point to unlock() and then lock() the same mutex
back to back.

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