Skip to content

Commit

Permalink
Merge pull request moby#45361 from Flowdalic/do-not-check-for-rt-grou…
Browse files Browse the repository at this point in the history
…p-sched

check-config.sh: do not check for RT_GROUP_SCHED
  • Loading branch information
thaJeztah authored Apr 27, 2023
2 parents c80f205 + 005150e commit f117aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ check_flags \
CGROUP_PERF \
CGROUP_HUGETLB \
NET_CLS_CGROUP $netprio \
CFS_BANDWIDTH FAIR_GROUP_SCHED RT_GROUP_SCHED \
CFS_BANDWIDTH FAIR_GROUP_SCHED \
IP_NF_TARGET_REDIRECT \
IP_VS \
IP_VS_NFCT \
Expand Down

0 comments on commit f117aef

Please sign in to comment.