patch-2.4.23 linux-2.4.23/net/bridge/br_stp_bpdu.c

Next file: linux-2.4.23/net/core/Makefile
Previous file: linux-2.4.23/net/bridge/br_forward.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/net/bridge/br_stp_bpdu.c linux-2.4.23/net/bridge/br_stp_bpdu.c
@@ -194,6 +194,6 @@
 	}
 
  err:
-	kfree(skb);
+	kfree_skb(skb);
 	return 0;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)