]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
net/ceph: update outdated comment
authorkexinsun <kexinsun@smail.nju.edu.cn>
Mon, 23 Feb 2026 13:15:07 +0000 (21:15 +0800)
committerViacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Tue, 24 Feb 2026 21:06:00 +0000 (13:06 -0800)
commit5924475dc9f38d6b3d91827cd15817ff5758a12c
tree6bc49b93d2f64b046f448014ac457c8405663472
parentbe5913cabc76a6c1d6e78480d0820a26d2dda061
net/ceph: update outdated comment

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.

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