The patch titled Subject: fs-io_uringc-fix-build has been removed from the -mm tree. Its filename was fs-io_uringc-fix-build.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Jens Axboe <axboe@xxxxxxxxx> Subject: fs-io_uringc-fix-build Here's the bit from the incremental: Link: https://lkml.kernel.org/r/8bf7c0e9-5ba8-9f35-cefa-4c7b1055eaa0@xxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/io_uring.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/fs/io_uring.c~fs-io_uringc-fix-build +++ a/fs/io_uring.c @@ -2762,7 +2762,11 @@ static void kiocb_done(struct kiocb *kio if (check_reissue && req->flags & REQ_F_REISSUE) { req->flags &= ~REQ_F_REISSUE; - if (!io_rw_reissue(req)) { + + if (io_resubmit_prep(req)) { + req_ref_get(req); + io_queue_async_work(req); + } else { int cflags = 0; req_set_fail_links(req); _ Patches currently in -mm which might be from axboe@xxxxxxxxx are mm-provide-filemap_range_needs_writeback-helper.patch mm-use-filemap_range_needs_writeback-for-o_direct-reads.patch iomap-use-filemap_range_needs_writeback-for-o_direct-reads.patch