Re: [PATCH 07/18] io_uring: support for IO polling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>  	struct {
>  		spinlock_t		completion_lock;
> +		unsigned		poll_multi_file;

This seems to be used as a bool.

>  
> -static void __io_cqring_add_event(struct io_ring_ctx *ctx, u64 ki_user_data,
> -				  long res, unsigned ev_flags)
> +static void io_cqring_fill_event(struct io_ring_ctx *ctx, u64 ki_user_data,
> +				 long res, unsigned ev_flags)
>  {
>  	struct io_uring_cqe *cqe;
>  
> @@ -206,9 +213,15 @@ static void __io_cqring_add_event(struct io_ring_ctx *ctx, u64 ki_user_data,
>  		cqe->user_data = ki_user_data;
>  		cqe->res = res;
>  		cqe->flags = ev_flags;
> -		io_commit_cqring(ctx);
>  	} else
>  		ctx->cq_ring->overflow++;
> +}

Maybe we should have created this low-level helper already in the
patch introducing the code?



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux