Re: Warning when using eMMC and partprobe: generic_make_request: Trying to write to read-only block-device

From: Linus Torvalds
Date: Tue Aug 14 2018 - 12:51:47 EST


On Tue, Aug 14, 2018 at 9:26 AM Jens Axboe <axboe@xxxxxxxxx> wrote:
>
> >
> > We probably just want to special case a flush for this check. In other
> > situations, like resource allocation and issue, we'd want to consider
> > it a write.
>
> Ala:

Ack, looks sane to me.

Linus