Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jan 2022 12:53:07 +0000 (14:53 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jan 2022 12:53:07 +0000 (14:53 +0200)
commit3b58e9f3a301e175d2de6f7fa1e834c4605e1c73
tree4a75d23055aa868339d9214e23126154c6d9db65
parentd66c1e79b9fcbfc6559ea3c5b1243d590fa04179
parentf6133fbd373811066c8441737e65f384c8f31974
Merge tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "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)"

* tag 'io_uring-5.17-2022-01-28' of git://git.kernel.dk/linux-block:
  io_uring: remove unused argument from io_rsrc_node_alloc
  io_uring: fix bug in slow unregistering of nodes