diff options
author | Tejun Heo <tj@kernel.org> | 2024-01-26 11:55:50 -1000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-01-26 11:55:50 -1000 |
commit | e563d0a7cdc1890ff36bb177b5c8c2854d881e4d (patch) | |
tree | cdcb96a85fbf50ad85173a2bcc55817fc0e2f8cb /net | |
parent | 6a229b0e2ff6143b65ba4ef42bd71e29ffc2c16d (diff) |
workqueue: Break up enum definitions and give names to the types
workqueue is collecting different sorts of enums into a single unnamed enum
type which can increase confusion around enum width. Also, unnamed enums
can't be accessed from BPF. Let's break up enum definitions according to
their purposes and give them type names.
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions