patch-2.3.7 linux/net/ipv4/ip_fragment.c
Next file: linux/net/ipv4/udp.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 16 19:26:27 1999
- Orig file:
v2.3.6/linux/net/ipv4/ip_fragment.c
- Orig date:
Wed May 26 18:14:37 1999
diff -u --recursive --new-file v2.3.6/linux/net/ipv4/ip_fragment.c linux/net/ipv4/ip_fragment.c
@@ -5,7 +5,7 @@
*
* The IP fragmentation functionality.
*
- * Version: $Id: ip_fragment.c,v 1.41 1999/05/27 00:38:07 davem Exp $
+ * Version: $Id: ip_fragment.c,v 1.42 1999/06/12 13:11:34 davem Exp $
*
* Authors: Fred N. van Kempen <waltje@uWalt.NL.Mugnet.ORG>
* Alan Cox <Alan.Cox@linux.org>
@@ -218,7 +218,7 @@
out:
/* Nuke the fragment queue. */
ip_free(qp);
- spin_lock(&ipfrag_lock);
+ spin_unlock(&ipfrag_lock);
}
/* Memory limiting on fragments. Evictor trashes the oldest
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)