[PATCH] update comments in linux/taskstats.h

From: Jay Lan
Date: Wed Sep 27 2006 - 19:44:16 EST


Hi Andrew,

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>

Index: linux/include/linux/taskstats.h
===================================================================
--- linux.orig/include/linux/taskstats.h 2006-09-27 15:51:07.000000000 -0700
+++ linux/include/linux/taskstats.h 2006-09-27 15:56:43.750129921 -0700
@@ -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 {