[PATCH 3/4] iouring: remove IORING_URING_CMD_POLLED

Kanchan Joshi joshi.k at samsung.com
Sun Oct 22 23:18:13 PDT 2023


On 10/18/2023 8:48 PM, Keith Busch wrote:
> From: Keith Busch <kbusch at kernel.org>
> 
> No more users of this flag.
> 
> Signed-off-by: Keith Busch <kbusch at kernel.org>
> ---
>   include/uapi/linux/io_uring.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
> index 8e61f8b7c2ced..10e724370b612 100644
> --- a/include/uapi/linux/io_uring.h
> +++ b/include/uapi/linux/io_uring.h
> @@ -249,10 +249,8 @@ enum io_uring_op {
>    * sqe->uring_cmd_flags
>    * IORING_URING_CMD_FIXED	use registered buffer; pass this flag
>    *				along with setting sqe->buf_index.
> - * IORING_URING_CMD_POLLED	driver use only
>    */
>   #define IORING_URING_CMD_FIXED	(1U << 0)
> -#define IORING_URING_CMD_POLLED	(1U << 31)
>   

This is bit outdated. This flag got moved to a different file since this 
patch.
https://lore.kernel.org/io-uring/20230928124327.135679-2-ming.lei@redhat.com/



More information about the Linux-nvme mailing list