aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sunrpc/svc_xprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c
index 8195c6acba12..37a1f664d108 100644
--- a/net/sunrpc/svc_xprt.c
+++ b/net/sunrpc/svc_xprt.c
@@ -976,7 +976,7 @@ void svc_close_net(struct svc_serv *serv, struct net *net)
976 svc_clear_pools(serv, net); 976 svc_clear_pools(serv, net);
977 /* 977 /*
978 * At this point the sp_sockets lists will stay empty, since 978 * At this point the sp_sockets lists will stay empty, since
979 * svc_enqueue will not add new entries without taking the 979 * svc_xprt_enqueue will not add new entries without taking the
980 * sp_lock and checking XPT_BUSY. 980 * sp_lock and checking XPT_BUSY.
981 */ 981 */
982 svc_clear_list(&serv->sv_tempsocks, net); 982 svc_clear_list(&serv->sv_tempsocks, net);