The patch titled clean up unused kiocb variables has been removed from the -mm tree. Its filename is clean-up-unused-kiocb-variables.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clean up unused kiocb variables From: "Chen, Kenneth W" <kenneth.w.chen@xxxxxxxxx> Signed-off-by: Ken Chen <kenneth.w.chen@xxxxxxxxx> Acked-by: Zach Brown <zach.brown@xxxxxxxxxx> Cc: Suparna Bhattacharya <suparna@xxxxxxxxxx> Cc: Benjamin LaHaise <bcrl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/aio.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/aio.h~clean-up-unused-kiocb-variables include/linux/aio.h --- a/include/linux/aio.h~clean-up-unused-kiocb-variables +++ a/include/linux/aio.h @@ -112,8 +112,6 @@ struct kiocb { char __user *ki_buf; /* remaining iocb->aio_buf */ size_t ki_left; /* remaining bytes */ long ki_retried; /* just for testing */ - long ki_kicked; /* just for testing */ - long ki_queued; /* just for testing */ struct iovec ki_inline_vec; /* inline vector */ struct iovec *ki_iovec; unsigned long ki_nr_segs; _ Patches currently in -mm which might be from kenneth.w.chen@xxxxxxxxx are origin.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