[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZFKx7Kn2Q3qiKfze@gmail.com>
Date: Wed, 3 May 2023 12:11:40 -0700
From: Breno Leitao <leitao@...ian.org>
To: Christoph Hellwig <hch@....de>
Cc: io-uring@...r.kernel.org, linux-nvme@...ts.infradead.org,
asml.silence@...il.com, axboe@...nel.dk, ming.lei@...hat.com,
leit@...com, linux-kernel@...r.kernel.org,
linux-block@...r.kernel.org, sagi@...mberg.me, joshi.k@...sung.com,
kbusch@...nel.org
Subject: Re: [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting
On Mon, May 01, 2023 at 06:31:22AM +0200, Christoph Hellwig wrote:
> On Sun, Apr 30, 2023 at 07:35:32AM -0700, Breno Leitao wrote:
> > ublk driver is using casts to get private data from uring cmd struct.
> > Let's use a proper helper, as an interface that requires casts in all
> > callers is one asking for bugs.
> >
> > Suggested-by: Christoph Hellwig <hch@....de>
>
> No, I've not suggested this.
>
> > +static inline struct ublksrv_ctrl_cmd *ublk_uring_ctrl_cmd(
> > + struct io_uring_cmd *cmd)
> > +{
> > + return (struct ublksrv_ctrl_cmd *)cmd->sqe->cmd;
> > +}
>
> I've two times explained we need a core io_uring helper to remove this
> casting in the drivers, and I've explained how to do that and provided
> the actual code for it.
Sorry for it, somehow I misunderstood what you meant. I re-read the
thread and got what you said.
I am preparing a V4 with the new approach, and I will send it tomorrow.
Powered by blists - more mailing lists