]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rds: update outdated comment
authorkexinsun <kexinsun@smail.nju.edu.cn>
Tue, 24 Feb 2026 02:07:20 +0000 (10:07 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 Feb 2026 03:03:55 +0000 (19:03 -0800)
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>
net/rds/send.c

index a1039e422a38fd83dcc290e8d78765bf5d76766c..d8b14ff9d366be4715a960a27d15256288434a7d 100644 (file)
@@ -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;