From: Matt Benjamin Date: Mon, 23 May 2016 21:22:38 +0000 (-0400) Subject: xio: follow 03d33e59 (enqueue_for_send()->enqueue()) X-Git-Tag: v11.0.0~442^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9276%2Fhead;p=ceph.git xio: follow 03d33e59 (enqueue_for_send()->enqueue()) Signed-off-by: Matt Benjamin --- diff --git a/src/msg/xio/XioConnection.cc b/src/msg/xio/XioConnection.cc index e579bc75a652..9d6c564cb858 100644 --- a/src/msg/xio/XioConnection.cc +++ b/src/msg/xio/XioConnection.cc @@ -205,7 +205,7 @@ void XioConnection::send_keepalive_or_ack_internal(bool ack, const utime_t *tp) ldout(msgr->cct,8) << __func__ << " sending command with tag " << (int)(*(char*)msg->out.header.iov_base) << " len " << msg->out.header.iov_len << dendl; - portal->enqueue_for_send(this, xcmd); + portal->enqueue(this, xcmd); }