From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Date: Thu, 14 Sep 2017 09:14:54 +0200 From: oleksandr@natalenko.name To: Jens Axboe Cc: Paolo Valente , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Luca Miccio Subject: Re: [PATCH] block,bfq: Disable writeback throttling Message-ID: <0ab03bba5e4abc062712e230e942cd18@natalenko.name> List-ID: Tested-by: Oleksandr Natalenko > Similarly to CFQ, BFQ has its write-throttling heuristics, and it > is better not to combine them with further write-throttling > heuristics of a different nature. > So this commit disables write-back throttling for a device if BFQ > is used as I/O scheduler for that device. > > Signed-off-by: Luca Miccio > Signed-off-by: Paolo Valente > --- > block/bfq-iosched.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)