mbox series

[0/3] follow up cleanups

Message ID cover.1710538932.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series follow up cleanups | expand

Message

Pavel Begunkov March 15, 2024, 9:45 p.m. UTC
Random follow up cleanups. Patches 1-2 refactor io_req_complete_post(),
which became quite a monster over time.

Pavel Begunkov (3):
  io_uring: remove current check from complete_post
  io_uring: refactor io_req_complete_post()
  io_uring: clean up io_lockdep_assert_cq_locked

 io_uring/io_uring.c | 29 +++++++++++------------------
 io_uring/io_uring.h |  9 ++-------
 2 files changed, 13 insertions(+), 25 deletions(-)

Comments

Jens Axboe March 15, 2024, 10:53 p.m. UTC | #1
On Fri, 15 Mar 2024 21:45:59 +0000, Pavel Begunkov wrote:
> Random follow up cleanups. Patches 1-2 refactor io_req_complete_post(),
> which became quite a monster over time.
> 
> Pavel Begunkov (3):
>   io_uring: remove current check from complete_post
>   io_uring: refactor io_req_complete_post()
>   io_uring: clean up io_lockdep_assert_cq_locked
> 
> [...]

Applied, thanks!

[1/3] io_uring: remove current check from complete_post
      commit: ed245fa7d84f30810edf4d351ec4c483387651c3
[2/3] io_uring: refactor io_req_complete_post()
      commit: 4d441260e353cb41c718a7f638158af996dcc5db
[3/3] io_uring: clean up io_lockdep_assert_cq_locked
      commit: 1fffb93f8e102b109b351c1917af81e3ce4c65db

Best regards,