Hi Linus, Just two small fixes this time: - Fix a bug that can lead to node registration taking 1 second, when it should finish much quicker (Dylan) - Remove an unused argument from a function (Usama) Please pull! The following changes since commit dd81e1c7d5fb126e5fbc5c9e334d7b3ec29a16a0: Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-01-23 17:52:42 +0200) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.17-2022-01-28 for you to fetch changes up to f6133fbd373811066c8441737e65f384c8f31974: io_uring: remove unused argument from io_rsrc_node_alloc (2022-01-27 10:18:53 -0700) ---------------------------------------------------------------- io_uring-5.17-2022-01-28 ---------------------------------------------------------------- Dylan Yudaken (1): io_uring: fix bug in slow unregistering of nodes Usama Arif (1): io_uring: remove unused argument from io_rsrc_node_alloc fs/io_uring.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -- Jens Axboe