summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSiddh Raman Pant <siddh.raman.pant@oracle.com>2024-09-02 15:02:48 +0530
committerAnna Schumaker <anna.schumaker@oracle.com>2024-09-23 15:03:13 -0400
commit2e001972e8ebc318de3b5542887ac06ea309aff8 (patch)
tree4219f35fb9a98c2d34557b754bfaa1433942832a /net
parent0b108e83795c9c23101f584ef7e3ab4f1f120ef0 (diff)
downloadlinux-2e001972e8ebc318de3b5542887ac06ea309aff8.tar.gz
linux-2e001972e8ebc318de3b5542887ac06ea309aff8.tar.bz2
linux-2e001972e8ebc318de3b5542887ac06ea309aff8.zip
SUNRPC: clnt.c: Remove misleading comment
destroy_wait doesn't store all RPC clients. There was a list named "all_clients" above it, which got moved to struct sunrpc_net in 2012, but the comment was never removed. Fixes: 70abc49b4f4a ("SUNRPC: make SUNPRC clients list per network namespace context") Signed-off-by: Siddh Raman Pant <siddh.raman.pant@oracle.com> Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/clnt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index c7cea069a5df..5e9f36505ab7 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -48,13 +48,8 @@
# define RPCDBG_FACILITY RPCDBG_CALL
#endif
-/*
- * All RPC clients are linked into this list
- */
-
static DECLARE_WAIT_QUEUE_HEAD(destroy_wait);
-
static void call_start(struct rpc_task *task);
static void call_reserve(struct rpc_task *task);
static void call_reserveresult(struct rpc_task *task);