commit | b8f06b0444ec146e3ae98caac8039c77e5308ce2 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@linux.alibaba.com> | Fri May 29 06:59:02 2020 +0000 |
committer | Tejun Heo <tj@kernel.org> | Fri May 29 10:25:23 2020 -0400 |
tree | 2b0337a366ac25868dc4043f1955fc32dc51e9a8 | |
parent | 4f3f4cf388f8fda7ee8ea7c6af0ff0ebb2d05fe4 [diff] |
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>