svcrdma: Add dma map count and WARN_ON
[deliverable/linux.git] / include / linux / sunrpc / svc_rdma.h
index fd5e8a1c17de1f59b813d11c32c99643fd72c206..ab93afc03c43dd532ae1b6248da7bef520066133 100644 (file)
@@ -130,6 +130,7 @@ struct svcxprt_rdma {
 
        struct ib_pd         *sc_pd;
 
+       atomic_t             sc_dma_used;
        atomic_t             sc_ctxt_used;
        struct list_head     sc_ctxt_free;
        int                  sc_ctxt_cnt;
This page took 0.025187 seconds and 5 git commands to generate.