patch-2.4.0-test12 linux/net/core/dst.c
Next file: linux/net/core/dv.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Nov 28 21:53:45 2000
- Orig file:
v2.4.0-test11/linux/net/core/dst.c
- Orig date:
Tue May 2 16:48:16 2000
diff -u --recursive --new-file v2.4.0-test11/linux/net/core/dst.c linux/net/core/dst.c
@@ -179,7 +179,8 @@
now. _It_ _is_ _explicit_ _deliberate_
_race_ _condition_.
*/
- if (event!=NETDEV_DOWN && !dev->new_style &&
+ if (event!=NETDEV_DOWN &&
+ !(dev->features & NETIF_F_DYNALLOC) &&
dst->output == dst_blackhole) {
dst->dev = &loopback_dev;
dev_put(dev);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)