> > I can't see any way that can ever happen.
> > (*info->close_wait)->task must always be 8k-aligned, since it's
> > always set to current whenever it's set.
>
> Why 8k-aligned? Aren't pages 4k in size (at least on ix86), or am I
> misunderstanding completely what you're referring to?
x->task is set in sleep_on to 'current', and current is always
8k-aligned. (Isn't it?) It certainly isn't ever 0x1, anyway.
Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/