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

From: Anuj gupta

Date: Thu Feb 19 2026 - 07:39:52 EST


> 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.