cgroups: use explicit unsigned type for bitfield

parent e6543787
...@@ -78,7 +78,7 @@ struct hierarchy { ...@@ -78,7 +78,7 @@ struct hierarchy {
int version; int version;
/* cgroup2 only */ /* cgroup2 only */
int bpf_device_controller:1; unsigned int bpf_device_controller:1;
}; };
struct cgroup_ops { struct cgroup_ops {
......
Markdown is supported
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