The patch titled aio: fix aio.h includes has been removed from the -mm tree. Its filename was fix-aioh-includes.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: aio: fix aio.h includes From: Sébastien Dugué <sebastien.dugue@xxxxxxxx> Fix the double inclusion of linux/uio.h in linux/aio.h Signed-off-by: Sébastien Dugué <sebastien.dugue@xxxxxxxx> Cc: Bharata B Rao <bharata@xxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: Suparna Bhattacharya <suparna@xxxxxxxxxx> Cc: Zach Brown <zach.brown@xxxxxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Cc: Badari Pulavarty <pbadari@xxxxxxxxxx> Cc: Benjamin LaHaise <bcrl@xxxxxxxxxxxxxxx> Cc: Jean Pierre Dion <jean-pierre.dion@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/aio.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/aio.h~fix-aioh-includes include/linux/aio.h --- a/include/linux/aio.h~fix-aioh-includes +++ a/include/linux/aio.h @@ -7,7 +7,6 @@ #include <linux/uio.h> #include <asm/atomic.h> -#include <linux/uio.h> #define AIO_MAXSEGS 4 #define AIO_KIOGRP_NR_ATOMIC 8 _ Patches currently in -mm which might be from sebastien.dugue@xxxxxxxx are origin.patch futex-priority-based-wakeup.patch make-futex_wait-use-an-hrtimer-for-timeout.patch fix-aioh-includes.patch fix-access_ok-checks.patch make-good_sigevent-non-static.patch make-good_sigevent-non-static-fix.patch make-__sigqueue_free-and.patch aio-completion-signal-notification.patch aio-completion-signal-notification-fix.patch aio-completion-signal-notification-fixes-and-cleanups.patch aio-completion-signal-notification-small-cleanup.patch add-listio-syscall-support.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