Skip to content

Commit

Permalink
Merge pull request ceph#18660 from ownedu/wip-fix-async-rdma-typo
Browse files Browse the repository at this point in the history
msg/async/rdma: a tiny typo fix.

Reviewed-by: Kefu Chai <[email protected]>
Reviewed-by: Haomai Wang <[email protected]>
  • Loading branch information
yuyuyu101 authored Nov 1, 2017
2 parents f225a32 + 4b4e499 commit ffb129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/async/rdma/RDMAStack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void RDMADispatcher::polling()

int rx_ret = rx_cq->poll_cq(MAX_COMPLETIONS, wc);
if (rx_ret > 0) {
ldout(cct, 20) << __func__ << " rt completion queue got " << rx_ret
ldout(cct, 20) << __func__ << " rx completion queue got " << rx_ret
<< " responses."<< dendl;
perf_logger->inc(l_msgr_rdma_rx_total_wc, rx_ret);
perf_logger->inc(l_msgr_rdma_rx_bufs_in_use, rx_ret);
Expand Down

0 comments on commit ffb129e

Please sign in to comment.