Skip to content

Commit 220aee3

Browse files
Gioh Kimjgunthorpe
authored andcommitted
RDMA/rtrs: Remove unused field of rtrs_iu
list field is not used anywhere Link: https://lore.kernel.org/r/20200930131407.6438-1-gi-oh.kim@clous.ionos.com Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent cf4c0fb commit 220aee3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/infiniband/ulp/rtrs/rtrs-pri.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ struct rtrs_sess {
115115

116116
/* rtrs information unit */
117117
struct rtrs_iu {
118-
struct list_head list;
119118
struct ib_cqe cqe;
120119
dma_addr_t dma_addr;
121120
void *buf;

0 commit comments

Comments
 (0)