Re: [PATCH 0/4] WorkStruct: Shrink work_struct by two thirds

From: Jan Engelhardt
Date: Tue Nov 21 2006 - 08:13:28 EST



On Nov 20 2006 11:17, Andrew Morton wrote:
>struct work_struct {
> union {
> struct work_struct_lite w;
> struct {
> unsigned long pending;
> struct list_head entry;
> void (*func)(void *);
> void *data;
> void *wq_data;
> };
> }
^

+; ;-)

> struct timer_list timer;
>};
>

-`J'
--
-
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/