Re: [PATCH] remove name length check in a workqueue
From: James Bottomley
Date: Wed Aug 10 2005 - 12:25:15 EST
On Wed, 2005-08-10 at 10:05 -0700, Andrew Morton wrote:
> Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> > yeah ... cannot remember why i have done it originally :-|
> Might it be to do with sizeof(task_struct.comm)?
But that's 16 bytes not 10; and anyway, it doesn't have to be unique;
set_task_comm just does a strlcpy from the name, so it will be truncated
(same as for a binary with > 15 character name).
James
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/