[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <x49a7ooj7zp.fsf@segfault.boston.devel.redhat.com>
Date: Tue, 11 Sep 2018 12:48:10 -0400
From: Jeff Moyer <jmoyer@...hat.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: Takashi Iwai <tiwai@...e.de>,
Paolo Valente <paolo.valente@...aro.org>,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [REGRESSION] bfq probe failed on 4.19-rc3
Jens Axboe <axboe@...nel.dk> writes:
> On 9/11/18 10:03 AM, Takashi Iwai wrote:
>> Hi,
>>
>> I noticed that bfq doesn't appear in the I/O scheduler list on
>> 4.19-rc3. It seems that blkcg_policy_register() at the beginning of
>> bfq_init() returns -ENOSPC, hence the probe aborts silently.
>>
>> Is this already addressed?
>
> Haven't heard about this one before. What kernel did you last use that
> worked?
I'm guessing you just need to update the maximum number of policies:
/*
* Maximum number of blkcg policies allowed to be registered concurrently.
* Defined here to simplify include dependency.
*/
#define BLKCG_MAX_POLS 3
-Jeff
Powered by blists - more mailing lists