]> 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)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 16 Mar 2026 10:08:34 +0000 (11:08 +0100)
commit033a0e501b5a1e8c27bf514ebca0a01c6309df1b
treeaa94b09f42de8992b70061a9bd59ee303f8ec66d
parentbd761057662f38344832a689b2e6726ac5ab60fd
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