Re: [PATCH v2 1/4] io_uring: add REQ_F_IOPOLL

From: Caleb Sander Mateos

Date: Thu Feb 19 2026 - 11:06:11 EST


On Thu, Feb 19, 2026 at 4:39 AM Anuj gupta <anuj1072538@xxxxxxxxx> wrote:
>
> > REQ_F_HAS_METADATA_BIT,
> > REQ_F_IMPORT_BUFFER_BIT,
> > REQ_F_SQE_COPIED_BIT,
> > + REW_F_IOPOLL_BIT,
> >
> nit: should this be REQ_F_IOPOLL_BIT for naming consistency with the
> other REQ_F_*_BIT entries? Otherwise this looks good.

Absolutely, sorry for the typo.

Thanks,
Caleb