search for: in_stack

Displaying 1 result from an estimated 1 matches for "in_stack".

Did you mean: if_stack
1997 Dec 03
2
Insufficient allocations in net/unix/garbage.c
...oesn''t work blame me, it worked when Barak sent it. * *************** *** 59,68 **** /* Internal data structures and random procedures: */ - - #define MAX_STACK 1000 /* Maximum depth of tree (about 1 page) */ static unix_socket **stack; /* stack of objects to mark */ static int in_stack = 0; /* first free entry in stack */ ! extern inline unix_socket *unix_get_socket(struct file *filp) { - --- 69,77 ---- /* Internal data structures and random procedures: */ static unix_socket **stack; /* stack of objects to mark */ static int in_stack = 0; /* first free entry in stack...