]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
IB/sdp: fix problem with sles9 backport (bugzilla 621)
authorAmi Perlmutter <amip@dev.mellanox.co.il>
Tue, 15 May 2007 06:08:13 +0000 (09:08 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:07 +0000 (05:04 -0700)
Signed-off-by: Ami Perlmutter <amip@dev.mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp.h

index 6626811a073b7d7a7961d9eca6b42ae609f6a105..b40a3503f1cc225c38d3c02c5b131536fa149337 100644 (file)
@@ -138,9 +138,6 @@ struct sdp_sock {
        unsigned          tx_tail;
        struct ib_send_wr tx_wr;
 
-       struct ib_sge ibsge[SDP_MAX_SEND_SKB_FRAGS + 1];
-       struct ib_wc  ibwc[SDP_NUM_WC];
-
        /* SDP slow start */
        int rcvbuf_scale;
        int sent_request;
@@ -149,6 +146,9 @@ struct sdp_sock {
        int recv_request;
        int recv_frags;
        int send_frags;
+
+       struct ib_sge ibsge[SDP_MAX_SEND_SKB_FRAGS + 1];
+       struct ib_wc  ibwc[SDP_NUM_WC];
 };
 
 extern struct proto sdp_proto;