[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8b5fd878-a952-4cca-87af-aa44319a4f86@linux.dev>
Date: Sun, 21 Jul 2024 08:41:17 +0200
From: Zhu Yanjun <yanjun.zhu@...ux.dev>
To: linux@...blig.org, allison.henderson@...cle.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Cc: netdev@...r.kernel.org, linux-rdma@...r.kernel.org,
rds-devel@....oracle.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
在 2024/6/1 1:33, linux@...blig.org 写道:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
>
> 'rds_ib_dereg_odp_mr' has been unused since the original
> commit 2eafa1746f17 ("net/rds: Handle ODP mr
> registration/unregistration").
>
> Remove it.
>
Need Fixes?
Fixes: 2eafa1746f17 ("net/rds: Handle ODP mr
registration/unregistration")
Reviewed-by: Zhu Yanjun <yanjun.zhu@...ux.dev>
Zhu Yanjun
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
> ---
> net/rds/ib_rdma.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/net/rds/ib_rdma.c b/net/rds/ib_rdma.c
> index 8f070ee7e742..d1cfceeff133 100644
> --- a/net/rds/ib_rdma.c
> +++ b/net/rds/ib_rdma.c
> @@ -40,10 +40,6 @@
> #include "rds.h"
>
> struct workqueue_struct *rds_ib_mr_wq;
> -struct rds_ib_dereg_odp_mr {
> - struct work_struct work;
> - struct ib_mr *mr;
> -};
>
> static void rds_ib_odp_mr_worker(struct work_struct *work);
>
Powered by blists - more mailing lists