Merge pull request #27684 from gnidorah/bfq

linux: BFQ Group Scheduling support
This commit is contained in:
Tim Steinbach
2017-08-07 11:58:45 -04:00
committed by GitHub
@@ -558,6 +558,7 @@ with stdenv.lib;
''} ''}
${optionalString (versionAtLeast version "4.12") '' ${optionalString (versionAtLeast version "4.12") ''
BFQ_GROUP_IOSCHED y
IOSCHED_BFQ m IOSCHED_BFQ m
MQ_IOSCHED_KYBER y MQ_IOSCHED_KYBER y
''} ''}