diff options
author | Doug Ledford <dledford@redhat.com> | 2016-08-03 21:51:20 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-03 21:51:20 -0400 |
commit | 7c41765d8c30bdf1b056533c0521ecdec0ec11fa (patch) | |
tree | e1365f63a97e80c21938631598cf9726e6704d9e /drivers/infiniband/ulp/isert/ib_isert.h | |
parent | 0636e9ab8355c82ff7e9d6bb8aa2ded834b1f88d (diff) | |
parent | e6d66e3eb65f8b083d827f6864e70b8dcea9d9bb (diff) |
Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2
Diffstat (limited to 'drivers/infiniband/ulp/isert/ib_isert.h')
-rw-r--r-- | drivers/infiniband/ulp/isert/ib_isert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.h b/drivers/infiniband/ulp/isert/ib_isert.h index e512ba941f2f..fc791efe3a10 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.h +++ b/drivers/infiniband/ulp/isert/ib_isert.h @@ -138,7 +138,6 @@ struct isert_conn { u32 responder_resources; u32 initiator_depth; bool pi_support; - u32 max_sge; struct iser_rx_desc *login_req_buf; char *login_rsp_buf; u64 login_req_dma; |