diff options
author | Sagi Grimberg <sagig@mellanox.com> | 2015-03-29 08:52:07 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-04-08 02:27:50 -0400 |
commit | b859203473d5d61260e8447915e22328442deb0b (patch) | |
tree | 105443c3c1c41c3554f971c286bba9230fd9f9d3 /drivers/infiniband/ulp | |
parent | e26e6ef703f78943e1a4e69ad82f6e5143925ffc (diff) |
iser-target: Remove dead code
unmap_list is unused.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/isert/ib_isert.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c index 9b40b37a1e1d..5b086b3ba9a9 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.c +++ b/drivers/infiniband/ulp/isert/ib_isert.c | |||
@@ -1640,7 +1640,6 @@ static void | |||
1640 | isert_unreg_rdma(struct isert_cmd *isert_cmd, struct isert_conn *isert_conn) | 1640 | isert_unreg_rdma(struct isert_cmd *isert_cmd, struct isert_conn *isert_conn) |
1641 | { | 1641 | { |
1642 | struct isert_rdma_wr *wr = &isert_cmd->rdma_wr; | 1642 | struct isert_rdma_wr *wr = &isert_cmd->rdma_wr; |
1643 | LIST_HEAD(unmap_list); | ||
1644 | 1643 | ||
1645 | isert_dbg("Cmd %p\n", isert_cmd); | 1644 | isert_dbg("Cmd %p\n", isert_cmd); |
1646 | 1645 | ||