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 an updated version will be merged ------------------------------------------------------ Subject: aio: fix aio.h includes From: Sbastien 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: Zach Brown <zach.brown@xxxxxxxxxx> Cc: Suparna Bhattacharya <suparna@xxxxxxxxxx> Cc: Benjamin LaHaise <bcrl@xxxxxxxxx> Cc: Ulrich Drepper <drepper@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/aio.h | 1 - 1 file 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 fix-aioh-includes.patch make-good_sigevent-non-static.patch aio-completion-signal-notification.patch aio-completion-signal-notification-fix.patch add-listio-syscall-support.patch add-listio-syscall-support-fix.patch add-listio-syscall-support-fix-2.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