On Thu, Feb 08, 2018 at 12:09:43PM -0800, Steve Wise wrote: > + case RDMA_RESTRACK_QP: > + qp = container_of(res, struct ib_qp, res); > + if (qp->pd) > + is_user = qp->pd->uobject; ?? Why is this like this? struct ib_qp has a uboject, why do we need to look at the PD? Jason -- 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