]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Apr 2021 21:26:47 +0000 (14:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Apr 2021 21:26:47 +0000 (14:26 -0700)
commit1c2ed9d44d03ec149bbf83587b62ed39eda0c5df
tree002c25e5248a56e6f3a780c5641c3a86146858f8
parente57662d37ef6dad632c245e4466eb83d11d507df
parent19488fdf1f4cd7ed62bdb1127d3d2fa2a00be400
Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-block

POull io_uring fix from Jens Axboe:
 "Just fixing a silly braino in a previous patch, where we'd end up
  failing to compile if CONFIG_BLOCK isn't enabled.

  Not that a lot of people do that, but kernel bot spotted it and it's
  probably prudent to just flush this out now before -rc6.

  Sorry about that, none of my test compile configs have !CONFIG_BLOCK"

* tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-block:
  io_uring: fix !CONFIG_BLOCK compilation failure