Try to catch incorrect calling contexts mechanically rather than by
code review.
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
        return;
 }
 
-/* This function sleeps when the transport's Send Queue is congested.
- *
+/*
  * Assumptions:
  * - If ib_post_send() succeeds, only one completion is expected,
  *   even if one or more WRs are flushed. This is true when posting
        struct ib_cqe *cqe;
        int ret;
 
+       might_sleep();
+
        if (cc->cc_sqecount > rdma->sc_sq_depth)
                return -EINVAL;
 
 
        struct ib_send_wr *wr = &ctxt->sc_send_wr;
        int ret;
 
+       might_sleep();
+
        /* Sync the transport header buffer */
        ib_dma_sync_single_for_device(rdma->sc_pd->device,
                                      wr->sg_list[0].addr,