On 05/03/2017 03:36 AM, Leon Romanovsky wrote:
+=======
+
+ /* Find an unused context */
+ subctxt = find_first_zero_bit(uctxt->in_use_ctxts,
+ HFI1_MAX_SHARED_CTXTS);
+ if (subctxt >= uctxt->subctxt_cnt)
+ return -EINVAL;
+
+>>>>>>> d409d3d... IB/hfi1: Fix an assign/ordering issue with shared context IDs
fd->uctxt = uctxt;
Again, rebase conflict.
I see what happened. Will get it fixed up and resend just this and the
following patch.
Thanks for catching this Leon.
-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html