Re: [PATCH] block: Remove callback typedefs for blk_mq_ops

From: Daniel Wagner
Date: Tue Jul 28 2020 - 12:15:07 EST


On Tue, Jul 28, 2020 at 10:13:06AM -0600, Jens Axboe wrote:
> On 7/28/20 10:05 AM, Daniel Wagner wrote:
> > No need to define typedefs for the callbacks, because there is not a
> > single user except blk_mq_ops.
>
> Concept looks fine to me, but you're mixing indentations a bit. Just
> remove the indentation bits, we don't need them here.

Ok, in fact I was not sure about the indentation. Let me respin it.