Re: [Real fix] Re: Kernel panic: can't push onto full stack

Andrea Arcangeli (andrea@e-mind.com)
Sun, 28 Feb 1999 21:09:32 +0100 (CET)


On Sun, 28 Feb 1999, Alexander Viro wrote:

>diff -urN linux.vanilla/include/net/sock.h linux.bird-unix-gc/include/net/sock.h
>--- linux.vanilla/include/net/sock.h Tue Feb 23 15:59:28 1999
>+++ linux.bird-unix-gc/include/net/sock.h Sun Feb 28 13:03:53 1999
>@@ -99,8 +99,7 @@
> struct semaphore readsem;
> struct sock * other;
> struct sock ** list;
>- int marksweep;
>-#define MARKED 1
>+ struct sock * gc_tree;

Why do you call it a tree even if it's a linked list?

Andrea Arcangeli

-
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/