summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkexinsun <kexinsun@smail.nju.edu.cn>2026-02-24 05:07:20 +0300
committerJakub Kicinski <kuba@kernel.org>2026-02-26 06:03:55 +0300
commit51432958b5655e9f848b559ca59ae1a7f00a9166 (patch)
tree8cc5341f451de5be5167d2e171c32594a02220e7
parentdc2a1facbde80b388d5052c572577d74eb4da69f (diff)
downloadlinux-51432958b5655e9f848b559ca59ae1a7f00a9166.tar.xz
rds: update outdated comment
The function rds_send_reset() was subsumed by rds_send_path_reset() by commit d769ef81d5b5 ("RDS: Update rds_conn_shutdown to work with rds_conn_path"). Update the comment accordingly. Signed-off-by: kexinsun <kexinsun@smail.nju.edu.cn> Link: https://patch.msgid.link/20260224020720.1174-1-kexinsun@smail.nju.edu.cn Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--net/rds/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/send.c b/net/rds/send.c
index a1039e422a38..d8b14ff9d366 100644
--- a/net/rds/send.c
+++ b/net/rds/send.c
@@ -284,7 +284,7 @@ restart:
*
* cp_xmit_rm holds a ref while we're sending this message down
* the connection. We can use this ref while holding the
- * send_sem.. rds_send_reset() is serialized with it.
+ * send_sem.. rds_send_path_reset() is serialized with it.
*/
if (!rm) {
unsigned int len;