Skip to content
Commit e563d0a7 authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent 6a229b0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment