patch-2.1.90 linux/net/core/dst.c
Next file: linux/net/core/iovec.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Mar 16 10:36:01 1998
- Orig file:
v2.1.89/linux/net/core/dst.c
- Orig date:
Tue Mar 10 10:03:36 1998
diff -u --recursive --new-file v2.1.89/linux/net/core/dst.c linux/net/core/dst.c
@@ -101,7 +101,7 @@
void __dst_free(struct dst_entry * dst)
{
start_bh_atomic();
- dst->obsolete = 1;
+ dst->obsolete = 2;
dst->next = dst_garbage_list;
dst_garbage_list = dst;
if (dst_gc_timer_inc > DST_GC_INC) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov