Message ID | 20201012131814.121096-6-jinpu.wang@cloud.ionos.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | rtrs: misc fix and cleanup | expand |
On Mon, Oct 12, 2020 at 3:18 PM Jack Wang <jinpu.wang@cloud.ionos.com> wrote: > > From: Gioh Kim <gi-oh.kim@cloud.ionos.com> > > list filed is not used anywhere > > Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com> > Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com> sorry, this one is already in Jason's tree, please ignore. > --- > 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 287ff78921c7..7821ac4e827b 100644 > --- a/drivers/infiniband/ulp/rtrs/rtrs-pri.h > +++ b/drivers/infiniband/ulp/rtrs/rtrs-pri.h > @@ -114,7 +114,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.25.1 >
diff --git a/drivers/infiniband/ulp/rtrs/rtrs-pri.h b/drivers/infiniband/ulp/rtrs/rtrs-pri.h index 287ff78921c7..7821ac4e827b 100644 --- a/drivers/infiniband/ulp/rtrs/rtrs-pri.h +++ b/drivers/infiniband/ulp/rtrs/rtrs-pri.h @@ -114,7 +114,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;