Simple cleanups split off from a larger series. Pavel Begunkov (10): io_uring: make reg buf init consistent io_uring: move defer_list to slow data io_uring: better caching for ctx timeout fields io_uring: refactor ctx slow data placement io_uring: move small helpers to headers io_uring: explain io_wq_work::cancel_seq placement io_uring: inline ->registered_rings io_uring: never defer-complete multi-apoll io_uring: remove check_cq checking from hot paths io_uring: don't set REQ_F_COMPLETE_INLINE in tw io_uring/io-wq.h | 1 + io_uring/io_uring.c | 55 +++++++++---------------- io_uring/io_uring.h | 22 ++++++++++ io_uring/io_uring_types.h | 87 ++++++++++++++++++++------------------- io_uring/rsrc.c | 9 ++-- io_uring/tctx.c | 9 ---- io_uring/tctx.h | 3 +- 7 files changed, 93 insertions(+), 93 deletions(-) -- 2.36.1