mirror of
https://github.com/ceph/ceph
synced 2025-02-07 19:03:18 +00:00
msg/async/rdma/RDMAStack.cc: assert(0) -> ceph_abort()
Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
This commit is contained in:
parent
0e387afb26
commit
b357eddd42
@ -294,7 +294,7 @@ void RDMADispatcher::polling()
|
||||
if (r < 0) {
|
||||
r = -errno;
|
||||
lderr(cct) << __func__ << " poll failed " << r << dendl;
|
||||
assert(0);
|
||||
ceph_abort();
|
||||
}
|
||||
}
|
||||
if (r > 0 && rx_cc->get_cq_event())
|
||||
|
Loading…
Reference in New Issue
Block a user