Hi Linus, 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. Please pull! The following changes since commit 230d50d448acb6639991440913299e50cacf1daf: io_uring: move reissue into regular IO path (2021-04-02 09:24:20 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.12-2021-04-03 for you to fetch changes up to e82ad4853948382d37ac512b27a3e70b6f01c103: io_uring: fix !CONFIG_BLOCK compilation failure (2021-04-02 19:45:34 -0600) ---------------------------------------------------------------- io_uring-5.12-2021-04-03 ---------------------------------------------------------------- Jens Axboe (1): io_uring: fix !CONFIG_BLOCK compilation failure fs/io_uring.c | 5 +++++ 1 file changed, 5 insertions(+) -- Jens Axboe