patch-2.4.23 linux-2.4.23/net/atm/mpoa_caches.c
Next file: linux-2.4.23/net/atm/pppoatm.c
Previous file: linux-2.4.23/net/atm/mpc.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
2003-11-28 10:26:21.000000000 -0800
-  Orig file: 
linux-2.4.22/net/atm/mpoa_caches.c
-  Orig date: 
2000-04-14 09:48:47.000000000 -0700
diff -urN linux-2.4.22/net/atm/mpoa_caches.c linux-2.4.23/net/atm/mpoa_caches.c
@@ -212,7 +212,7 @@
 			client->eg_ops->put(eg_entry);
 			return;
 		}
-		atm_async_release_vcc(vcc, -EPIPE);
+		vcc_release_async(vcc, -EPIPE);
 	}
 
 	return;
@@ -447,7 +447,7 @@
 			client->in_ops->put(in_entry);
 			return;
 		}
-		atm_async_release_vcc(vcc, -EPIPE);
+		vcc_release_async(vcc, -EPIPE);
 	}
 
 	return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)