diff options
Diffstat (limited to 'io_uring/kbuf.c')
| -rw-r--r-- | io_uring/kbuf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/kbuf.c b/io_uring/kbuf.c index 1af2bd56af44..c61dd60113f7 100644 --- a/io_uring/kbuf.c +++ b/io_uring/kbuf.c @@ -298,7 +298,7 @@ int io_buffers_select(struct io_kiocb *req, struct buf_sel_arg *arg,  		 */  		if (ret > 0) {  			req->flags |= REQ_F_BL_NO_RECYCLE; -			req->buf_list->head += ret; +			bl->head += ret;  		}  	} else {  		ret = io_provided_buffers_select(req, &arg->out_len, bl, arg->iovs);  | 
