]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
libceph: update outdated comment in ceph_sock_write_space()
authorkexinsun <kexinsun@smail.nju.edu.cn>
Mon, 23 Feb 2026 13:15:07 +0000 (21:15 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 21 Apr 2026 23:40:22 +0000 (01:40 +0200)
commiteff0e55f90b0c4a005b04fd0598fe70260ed4e7d
tree875e5f4b1ecec580aee83ec038ddd1c91caa8d35
parentc7aac00c2c1dc8f6cb66ce10c730e0cd871408bf
libceph: update outdated comment in ceph_sock_write_space()

The function try_write() was renamed to ceph_con_v1_try_write()
in commit 566050e17e53 ("libceph: separate msgr1 protocol
implementation") and subsequently moved to net/ceph/messenger_v1.c
in commit 2f713615ddd9 ("libceph: move msgr1 protocol implementation
to its own file").  Update the comment in ceph_sock_write_space()
accordingly.

[ idryomov: account for msgr2 in the updated comment as well ]

Signed-off-by: kexinsun <kexinsun@smail.nju.edu.cn>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/messenger.c