The patch titled clean up unused kiocb variables has been added to the -mm tree. Its filename is clean-up-unused-kiocb-variables.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: clean up unused kiocb variables From: "Chen, Kenneth W" <kenneth.w.chen@xxxxxxxxx> Signed-off-by: Ken Chen <kenneth.w.chen@xxxxxxxxx> Cc: 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 files 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 shared-page-table-for-hugetlb-page-v2.patch shared-page-table-for-hugetlb-page-v2-tidy.patch clean-up-unused-kiocb-variables.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