From: kexinsun Date: Tue, 24 Feb 2026 02:07:20 +0000 (+0800) Subject: rds: update outdated comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51432958b5655e9f848b559ca59ae1a7f00a9166;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260224020720.1174-1-kexinsun@smail.nju.edu.cn Signed-off-by: Jakub Kicinski --- diff --git a/net/rds/send.c b/net/rds/send.c index a1039e422a38f..d8b14ff9d366b 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;