mbox series

[0/4] random io_uring cleanups

Message ID cover.1665891182.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series random io_uring cleanups | expand

Message

Pavel Begunkov Oct. 16, 2022, 8:30 p.m. UTC
A small cleanup series partly following up after recent fixes.

Pavel Begunkov (4):
  io_uring: remove FFS_SCM
  io_uring: kill hot path fixed file bitmap debug checks
  io_uring: reuse io_alloc_req()
  io_uring: don't iopoll from io_ring_ctx_wait_and_kill()

 io_uring/filetable.h | 16 ++--------------
 io_uring/io_uring.c  | 24 +++++++-----------------
 io_uring/rsrc.c      |  7 ++-----
 io_uring/rsrc.h      |  4 ----
 4 files changed, 11 insertions(+), 40 deletions(-)

Comments

Jens Axboe Oct. 16, 2022, 11:08 p.m. UTC | #1
On Sun, 16 Oct 2022 21:30:47 +0100, Pavel Begunkov wrote:
> A small cleanup series partly following up after recent fixes.
> 
> Pavel Begunkov (4):
>   io_uring: remove FFS_SCM
>   io_uring: kill hot path fixed file bitmap debug checks
>   io_uring: reuse io_alloc_req()
>   io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
> 
> [...]

Applied, thanks!

[1/4] io_uring: remove FFS_SCM
      commit: 38eddb2c75fb99b9cd78445094ca0e1bda08d102
[2/4] io_uring: kill hot path fixed file bitmap debug checks
      commit: 4d5059512d283dab7372d282c2fbd43c7f5a2456
[3/4] io_uring: reuse io_alloc_req()
      commit: 34f0bc427e94065e7f828e70690f8fe1e01b3a9d
[4/4] io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
      commit: 02bac94bd8efd75f615ac7515dd2def75b43e5b9

Best regards,