mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-02 13:57:11 +00:00
commit
47ab9331f4
@ -997,7 +997,7 @@ s32 BPF_STRUCT_OPS_SLEEPABLE(layered_init)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (!(cpumaskw = bpf_map_lookup_elem(&layer_cpumasks, &i)))
|
if (!(cpumaskw = bpf_map_lookup_elem(&layer_cpumasks, &i)))
|
||||||
return -ENONET;
|
return -ENOENT;
|
||||||
|
|
||||||
cpumask = bpf_cpumask_create();
|
cpumask = bpf_cpumask_create();
|
||||||
if (!cpumask)
|
if (!cpumask)
|
||||||
|
Loading…
Reference in New Issue
Block a user