diff options
author | Tejun Heo <tj@kernel.org> | 2024-02-20 19:36:15 -1000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-02-20 19:36:15 -1000 |
commit | bccdc1faafaf32e00d6e4dddca1ded64e3272189 (patch) | |
tree | 7028201407afaae74aa0197087fb19eae678d965 /drivers/Makefile | |
parent | afe928c1dc611bec155d834020e0631e026aeb8a (diff) |
workqueue: Make @flags handling consistent across set_work_data() and friends
- set_work_data() takes a separate @flags argument but just ORs it to @data.
This is more confusing than helpful. Just take @data.
- Use the name @flags consistently and add the parameter to
set_work_pool_and_{keep|clear}_pending(). This will be used by the planned
disable/enable support.
No functional changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>
Diffstat (limited to 'drivers/Makefile')
0 files changed, 0 insertions, 0 deletions