aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert/ib_isert.h
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2016-02-24 19:24:09 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2016-03-30 20:05:15 -0700
commit572a143489a10360ce2aca98c64f8be43c8400a6 (patch)
treee1106b7bda902232b4bd68e1e24357c0e095f5f5 /drivers/infiniband/ulp/isert/ib_isert.h
parentLinux 4.6-rc1 (diff)
downloadlinux-dev-572a143489a10360ce2aca98c64f8be43c8400a6.tar.xz
linux-dev-572a143489a10360ce2aca98c64f8be43c8400a6.zip
iser-target: Use ib_drain_qp
Now the rdma core offers a QP draining service in v4.6-rc1, use it instead of our own. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/ulp/isert/ib_isert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.h b/drivers/infiniband/ulp/isert/ib_isert.h
index 192788a4820c..147900cbb578 100644
--- a/drivers/infiniband/ulp/isert/ib_isert.h
+++ b/drivers/infiniband/ulp/isert/ib_isert.h
@@ -209,14 +209,12 @@ struct isert_conn {
struct ib_qp *qp;
struct isert_device *device;
struct mutex mutex;
- struct completion wait_comp_err;
struct kref kref;
struct list_head fr_pool;
int fr_pool_size;
/* lock to protect fastreg pool */
spinlock_t pool_lock;
struct work_struct release_work;
- struct ib_recv_wr beacon;
bool logout_posted;
bool snd_w_inv;
};