patch-2.4.0-test6 linux/net/atm/mpc.c

Next file: linux/net/bridge/br.c
Previous file: linux/net/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/net/atm/mpc.c linux/net/atm/mpc.c
@@ -166,7 +166,7 @@
 		return entry;
 	}
 
-	entry = kmalloc(sizeof(struct atm_qos), GFP_KERNEL);
+	entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL);
 	if (entry == NULL) {
 		printk("mpoa: atm_mpoa_add_qos: out of memory\n");
 		return entry;

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