The patch titled update comments in linux/taskstats.h has been added to the -mm tree. Its filename is csa-accounting-taskstats-update-update-comments-in-linux-taskstatsh.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: update comments in linux/taskstats.h From: Jay Lan <jlan@xxxxxxxxxxxx> I was brought to attention that a change i made to linux/taskstats.h invalidated the associated comments. So here is the patch that updates the comments. Signed-off-by: Jay Lan <jlan@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/taskstats.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/taskstats.h~csa-accounting-taskstats-update-update-comments-in-linux-taskstatsh include/linux/taskstats.h --- a/include/linux/taskstats.h~csa-accounting-taskstats-update-update-comments-in-linux-taskstatsh +++ a/include/linux/taskstats.h @@ -32,7 +32,7 @@ #define TASKSTATS_VERSION 2 -#define TS_COMM_LEN 32 /* should sync up with TASK_COMM_LEN +#define TS_COMM_LEN 32 /* should be >= TASK_COMM_LEN * in linux/sched.h */ struct taskstats { _ Patches currently in -mm which might be from jlan@xxxxxxxxxxxx are add-genetlink-utilities-for-payload-length-calculation.patch fix-taskstats-size-calculation-use-the-new-genetlink-utility-functions.patch fix-getdelaysc-cpumask-length-and-error-reporting.patch csa-basic-accounting-over-taskstats.patch csa-extended-system-accounting-over-taskstats.patch csa-convert-config-tag-for-extended-accounting-routines.patch csa-accounting-taskstats-update-update-comments-in-linux-taskstatsh.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