]> err.no Git - linux-2.6/blobdiff - include/linux/sunrpc/svc_rdma.h
Merge branch 'x86/crashdump' into x86/urgent
[linux-2.6] / include / linux / sunrpc / svc_rdma.h
index d8d74c4ab5047bc8fc744ce0a1a83cf3c1246033..ef2e3a20bf3bdf514d55d9bd0a89a3fe40e78898 100644 (file)
@@ -73,7 +73,6 @@ extern atomic_t rdma_stat_sq_prod;
 struct svc_rdma_op_ctxt {
        struct svc_rdma_op_ctxt *read_hdr;
        int hdr_count;
-       struct list_head free_list;
        struct xdr_buf arg;
        struct list_head dto_q;
        enum ib_wr_opcode wr_op;
@@ -131,11 +130,6 @@ struct svcxprt_rdma {
 
        atomic_t             sc_dma_used;
        atomic_t             sc_ctxt_used;
-       struct list_head     sc_ctxt_free;
-       int                  sc_ctxt_cnt;
-       int                  sc_ctxt_bump;
-       int                  sc_ctxt_max;
-       spinlock_t           sc_ctxt_lock;
        struct list_head     sc_rq_dto_q;
        spinlock_t           sc_rq_dto_lock;
        struct ib_qp         *sc_qp;