[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZpsEof3hxKGQBmqF@gallifrey>
Date: Sat, 20 Jul 2024 00:28:17 +0000
From: "Dr. David Alan Gilbert" <linux@...blig.org>
To: Allison Henderson <allison.henderson@...cle.com>
Cc: "edumazet@...gle.com" <edumazet@...gle.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"pabeni@...hat.com" <pabeni@...hat.com>,
"kuba@...nel.org" <kuba@...nel.org>,
"rds-devel@....oracle.com" <rds-devel@....oracle.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
* Allison Henderson (allison.henderson@...cle.com) wrote:
> On Sat, 2024-06-01 at 00:33 +0100, linux@...blig.org wrote:
> > 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.
> >
> > Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
>
> This patch looks fine to me, the struct is indeed unused at this point.
> Thanks for the clean up!
>
> Reviewed-by: Allison Henderson <allison.henderson@...cle.com>
Hi,
Does anyone know who might pick this one up - I don't think
it's in -next yet?
Dave
> > ---
> > 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);
> >
>
--
-----Open up your eyes, open up your mind, open up your code -------
/ Dr. David Alan Gilbert | Running GNU/Linux | Happy \
\ dave @ treblig.org | | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/
Powered by blists - more mailing lists