patch-2.1.20 linux/net/core/firewall.c

Next file: linux/net/core/neighbour.c
Previous file: linux/net/core/dev_mcast.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.19/linux/net/core/firewall.c linux/net/core/firewall.c
@@ -29,6 +29,10 @@
 	 *	Don't allow two people to adjust at once.
 	 */
 
+	/*
+	 *	FIXME: Swap for a kernel semaphore object
+	 */
+	 
 	while(firewall_lock)
 		schedule();
 	firewall_lock=1;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov