libceph: move a dout in queue_con_delay()
authorIlya Dryomov <idryomov@gmail.com>
Fri, 2 Oct 2020 12:15:59 +0000 (14:15 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Oct 2020 13:29:27 +0000 (15:29 +0200)
commit5a5036c89f345769c0049f4af04cc6647c0df058
tree752bece11812893ed47290e8c9ddd7b9c3f887d8
parentc74d79af9002a9cb179f7950a2c266f0de964abe
libceph: move a dout in queue_con_delay()

The queued con->work can start executing (and therefore logging)
before we get to this "con->work has been queued" message, making
the logs confusing.  Move it up, with the meaning of "con->work
is about to be queued".

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/messenger.c