linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/rtrs: remove unused field of rtrs_iu
@ 2020-09-30 13:14 Gioh Kim
  2020-09-30 13:26 ` Jinpu Wang
  2020-09-30 18:26 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Gioh Kim @ 2020-09-30 13:14 UTC (permalink / raw)
  To: danil.kipnis, jinpu.wang; +Cc: linux-kernel, linux-rdma, Gioh Kim

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/rtrs: remove unused field of rtrs_iu
  2020-09-30 13:14 [PATCH] RDMA/rtrs: remove unused field of rtrs_iu Gioh Kim
@ 2020-09-30 13:26 ` Jinpu Wang
  2020-09-30 18:26 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jinpu Wang @ 2020-09-30 13:26 UTC (permalink / raw)
  To: Gioh Kim; +Cc: Danil Kipnis, linux-kernel, linux-rdma

On Wed, Sep 30, 2020 at 3:14 PM Gioh Kim <gi-oh.kim@cloud.ionos.com> wrote:
>
> 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>
thanks, Gioh!
Acked-by: Jack Wang <jinpu.wang@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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RDMA/rtrs: remove unused field of rtrs_iu
  2020-09-30 13:14 [PATCH] RDMA/rtrs: remove unused field of rtrs_iu Gioh Kim
  2020-09-30 13:26 ` Jinpu Wang
@ 2020-09-30 18:26 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2020-09-30 18:26 UTC (permalink / raw)
  To: Gioh Kim; +Cc: danil.kipnis, jinpu.wang, linux-kernel, linux-rdma

On Wed, Sep 30, 2020 at 03:14:07PM +0200, Gioh Kim wrote:
> 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>
> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
> ---
>  drivers/infiniband/ulp/rtrs/rtrs-pri.h | 1 -
>  1 file changed, 1 deletion(-)

Applied to for-next, thanks

Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-30 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 13:14 [PATCH] RDMA/rtrs: remove unused field of rtrs_iu Gioh Kim
2020-09-30 13:26 ` Jinpu Wang
2020-09-30 18:26 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).