Re: [PATCH] block: fix CDROM dependency on BLK_DEV

2017-11-02 Thread Jens Axboe
On 11/02/2017 09:01 AM, Bart Van Assche wrote: > On Thu, 2017-11-02 at 08:27 -0600, Jens Axboe wrote: >> On 11/02/2017 05:19 AM, Arnd Bergmann wrote: >>> After the cdrom cleanup, I get randconfig warnings for some configurations: >>> >>> warning: (BLK_DEV_IDECD && BLK_DEV_SR) selects CDROM which ha

Re: [PATCH] block: fix CDROM dependency on BLK_DEV

2017-11-02 Thread Arnd Bergmann
On Thu, Nov 2, 2017 at 3:59 PM, Bart Van Assche wrote: > On Thu, 2017-11-02 at 12:19 +0100, Arnd Bergmann wrote: >> After the cdrom cleanup, I get randconfig warnings for some configurations: >> >> warning: (BLK_DEV_IDECD && BLK_DEV_SR) selects CDROM which has unmet direct >> dependencies (BLK_DE

Re: [PATCH] block: fix CDROM dependency on BLK_DEV

2017-11-02 Thread Bart Van Assche
On Thu, 2017-11-02 at 08:27 -0600, Jens Axboe wrote: > On 11/02/2017 05:19 AM, Arnd Bergmann wrote: > > After the cdrom cleanup, I get randconfig warnings for some configurations: > > > > warning: (BLK_DEV_IDECD && BLK_DEV_SR) selects CDROM which has unmet direct > > dependencies (BLK_DEV) > > >

Re: [PATCH] block: fix CDROM dependency on BLK_DEV

2017-11-02 Thread Bart Van Assche
On Thu, 2017-11-02 at 12:19 +0100, Arnd Bergmann wrote: > After the cdrom cleanup, I get randconfig warnings for some configurations: > > warning: (BLK_DEV_IDECD && BLK_DEV_SR) selects CDROM which has unmet direct > dependencies (BLK_DEV) Hello Arnd, Since Jens has already queued your patch it'

Re: [PATCH] block: fix CDROM dependency on BLK_DEV

2017-11-02 Thread Jens Axboe
On 11/02/2017 05:19 AM, Arnd Bergmann wrote: > After the cdrom cleanup, I get randconfig warnings for some configurations: > > warning: (BLK_DEV_IDECD && BLK_DEV_SR) selects CDROM which has unmet direct > dependencies (BLK_DEV) > > This adds an explicit BLK_DEV dependency for both drivers. The o