]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30b2f69a1383d07fb1b5b5fae484a7a455c42fa2
tree4a75d23055aa868339d9214e23126154c6d9db65
parentc48aaf5e5612c5a95bc15c6be368aadc996df5c6
parent0ffee664273f6f39e46886842e7f24a451fb55b7
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