Commit 72b85bf
committed
sched_ext: scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked context
4c30f5c ("sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()")
added four kfuncs for dispatching while iterating. They are allowed from the
dispatch and unlocked contexts but two of the kfuncs were only added in the
dispatch section. Add missing declarations in the unlocked section.
Signed-off-by: Tejun Heo <[email protected]>
Fixes: 4c30f5c ("sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()")1 parent f39489f commit 72b85bf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6766 | 6766 | | |
6767 | 6767 | | |
6768 | 6768 | | |
| 6769 | + | |
| 6770 | + | |
6769 | 6771 | | |
6770 | 6772 | | |
6771 | 6773 | | |
| |||
0 commit comments