Messages in this thread Patch in this message |  | | From | Gioh Kim <> | Subject | [PATCH] RDMA/rtrs: remove unused field of rtrs_iu | Date | Wed, 30 Sep 2020 15:14:07 +0200 |
| |
From: Gioh Kim <gi-oh.kim@cloud.ionos.com>
list field is not used anywhere
Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com> --- drivers/infiniband/ulp/rtrs/rtrs-pri.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/infiniband/ulp/rtrs/rtrs-pri.h b/drivers/infiniband/ulp/rtrs/rtrs-pri.h index 0a93c87ef92b..b8e43dc4d95a 100644 --- a/drivers/infiniband/ulp/rtrs/rtrs-pri.h +++ b/drivers/infiniband/ulp/rtrs/rtrs-pri.h @@ -115,7 +115,6 @@ struct rtrs_sess { /* rtrs information unit */ struct rtrs_iu { - struct list_head list; struct ib_cqe cqe; dma_addr_t dma_addr; void *buf; -- 2.20.1
|  |