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

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)