patch-2.1.30 linux/net/core/dst.c
Next file: linux/net/core/firewall.c
Previous file: linux/net/bridge/br_tree.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Mar 20 18:17:13 1997
-  Orig file: 
v2.1.29/linux/net/core/dst.c
-  Orig date: 
Thu Dec 12 06:54:23 1996
diff -u --recursive --new-file v2.1.29/linux/net/core/dst.c linux/net/core/dst.c
@@ -41,7 +41,7 @@
 	del_timer(&dst_gc_timer);
 	dstp = &dst_garbage_list;
 	while ((dst = *dstp) != NULL) {
-		if (dst->refcnt) {
+		if (dst->use) {
 			dstp = &dst->next;
 			delayed++;
 			continue;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov