SUNRPC: clnt.c: Remove misleading comment
authorSiddh Raman Pant <siddh.raman.pant@oracle.com>
Mon, 2 Sep 2024 09:32:48 +0000 (15:02 +0530)
committerAnna Schumaker <anna.schumaker@oracle.com>
Mon, 23 Sep 2024 19:03:13 +0000 (15:03 -0400)
commit2e001972e8ebc318de3b5542887ac06ea309aff8
tree4219f35fb9a98c2d34557b754bfaa1433942832a
parent0b108e83795c9c23101f584ef7e3ab4f1f120ef0
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>
net/sunrpc/clnt.c