diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2018-01-08 20:00:40 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-01-08 22:05:11 +0100 |
commit | 1b0bb73f72d1b91c872e5c068ee5b46d943accad (patch) | |
tree | c7b392af8cd94e14114c539cbaa1b01fe51a9b52 /drivers/infiniband/ulp/srpt/ib_srpt.h | |
parent | IB/srpt: Fix ACL lookup during login (diff) | |
download | linux-1b0bb73f72d1b91c872e5c068ee5b46d943accad.tar.xz linux-1b0bb73f72d1b91c872e5c068ee5b46d943accad.zip |
IB/srpt: Remove an unused structure member
Fixes: commit a42d985bd5b2 ("ib_srpt: Initial SRP Target merge for v3.3-rc1")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/infiniband/ulp/srpt/ib_srpt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.h b/drivers/infiniband/ulp/srpt/ib_srpt.h index 673387d365a3..7fff73a5d1e6 100644 --- a/drivers/infiniband/ulp/srpt/ib_srpt.h +++ b/drivers/infiniband/ulp/srpt/ib_srpt.h @@ -207,7 +207,6 @@ struct srpt_send_ioctx { spinlock_t spinlock; enum srpt_command_state state; struct se_cmd cmd; - struct completion tx_done; u8 n_rdma; u8 n_rw_ctx; bool queue_status_only; |