On 4/13/19 3:16 AM, Paolo Valente wrote: > When I added bfq to Kconfig.iosched, I forgot to add the line that > sets to yes the default value of IOSCHED_BFQ, as it is the case for > the other two I/O schedulers. Such a piece of information is used by > popular build systems, when making kernel configs automatically. So, > the lack of this line for bfq makes it hard and confusing to have bfq > in the kernel generated by these systems. > > This commit adds this missing line. This only makes sense to do for newly introduced symbols. Apart from that, we should not default to 'y' (or 'm' for that matter) what isn't strictly needed. Looking at the io schedulers, kyber shouldn't have had that added. -- Jens Axboe