The patch titled aio: change schedule to io_schedule in aio read_events has been removed from the -mm tree. Its filename was aio-change-schedule-to-io_schedule-in-aio-read_events.patch This patch was dropped because it was nacked by the maintainer ------------------------------------------------------ Subject: aio: change schedule to io_schedule in aio read_events From: Jeff Moyer <jmoyer@xxxxxxxxxx> Account time as I/O wait when scheduling in the sys_io_getevents path. Cc: Zach Brown <zab@xxxxxxxxx> Cc: Benjamin LaHaise <bcrl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/aio.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/aio.c~aio-change-schedule-to-io_schedule-in-aio-read_events fs/aio.c --- a/fs/aio.c~aio-change-schedule-to-io_schedule-in-aio-read_events +++ a/fs/aio.c @@ -1182,7 +1182,7 @@ retry: ret = 0; if (to.timed_out) /* Only check after read evt */ break; - schedule(); + io_schedule(); if (signal_pending(tsk)) { ret = -EINTR; break; _ Patches currently in -mm which might be from jmoyer@xxxxxxxxxx are aio-change-schedule-to-io_schedule-in-aio-read_events.patch aio-use-prepare_to_wait.patch dio-centralize-completion-in-dio_complete.patch dio-call-blk_run_address_space-once-per-op.patch dio-formalize-bio-counters-as-a-dio-reference-count.patch dio-remove-duplicate-bio-wait-code.patch dio-only-call-aio_complete-after-returning-eiocbqueued.patch dio-lock-refcount-operations.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html