Message ID | 1655560330-30743-5-git-send-email-jsimmons@infradead.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | lustre: sync to OpenSFS June 15, 2022 | expand |
diff --git a/net/lnet/klnds/o2iblnd/o2iblnd_cb.c b/net/lnet/klnds/o2iblnd/o2iblnd_cb.c index a88939e7..cb96282 100644 --- a/net/lnet/klnds/o2iblnd/o2iblnd_cb.c +++ b/net/lnet/klnds/o2iblnd/o2iblnd_cb.c @@ -2323,8 +2323,7 @@ static int kiblnd_map_tx(struct lnet_ni *ni, struct kib_tx *tx, { int rc; - rc = rdma_reject(cmid, rej, sizeof(*rej)); - + rc = rdma_reject(cmid, rej, sizeof(*rej), IB_CM_REJ_CONSUMER_DEFINED); if (rc) CWARN("Error %d sending reject\n", rc); }