OSDN Git Service

RDMA/rtrs: Remove unused field of rtrs_iu
authorGioh Kim <gi-oh.kim@cloud.ionos.com>
Wed, 30 Sep 2020 13:14:07 +0000 (15:14 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 30 Sep 2020 18:21:16 +0000 (15:21 -0300)
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>
drivers/infiniband/ulp/rtrs/rtrs-pri.h

index 0a93c87..b8e43dc 100644 (file)
@@ -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;