Re: [PATCH for-next 0/6] small for-next optimisations
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-06-27 22:23:19
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-06-27 22:23:19
On 6/26/21 2:40 PM, Pavel Begunkov wrote:
Another pack of small randomly noticed optimisations with no particular theme. Pavel Begunkov (6): io_uring: refactor io_arm_poll_handler() io_uring: mainstream sqpoll task_work running io_uring: remove not needed PF_EXITING check io_uring: optimise hot path restricted checks io_uring: refactor io_submit_flush_completions io_uring: pre-initialise some of req fields fs/io_uring.c | 91 ++++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 45 deletions(-)
LGTM, applied! -- Jens Axboe