]> 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)
commit8e54effa4acc25a2f4b31f085e755ea4292a0ff2
tree002c25e5248a56e6f3a780c5641c3a86146858f8
parent1d83545e9527421a1513626967e65c36ade840b6
parenta175ba0d0f941fe66e5b004422d15030e69a82b6
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