commit | c26e2f2e2fcfb73996fa025a0d3b5695017d65b5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Feb 20 19:36:14 2024 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Feb 20 19:36:14 2024 -1000 |
tree | fa4497441e3a5754dbf4c2cefc2ea8fb66362af0 | |
parent | cdc6e4b329bc82676886a758a940b2b6987c2109 [diff] |
workqueue: Use variable name irq_flags for saving local irq flags Using the generic term `flags` for irq flags is conventional but can be confusing as there's quite a bit of code dealing with work flags which involves some subtleties. Let's use a more explicit name `irq_flags` for local irq flags. No functional changes. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>