Re: [PATCH 09/10] ide: don't abuse cmd_type

From: David Miller
Date: Tue Jan 31 2017 - 11:13:29 EST


From: Christoph Hellwig <hch@xxxxxx>
Date: Tue, 31 Jan 2017 16:57:30 +0100

> Currently the legacy ide driver defines several request types of it's own,
> which is in the way of removing that field entirely.
>
> Instead add a type field to struct ide_request and use that to distinguish
> the different types of IDE-internal requests.
>
> It's a bit of a mess, but so is the surrounding code..
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>