[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
<PAXPR04MB85104FB93BCC89CB5F58F5DA88832@PAXPR04MB8510.eurprd04.prod.outlook.com>
Date: Wed, 30 Apr 2025 01:36:15 +0000
From: Wei Fang <wei.fang@....com>
To: Timur Tabi <timur@...nel.org>
CC: Claudiu Manoil <claudiu.manoil@....com>, Vladimir Oltean
<vladimir.oltean@....com>, Clark Wang <xiaoning.wang@....com>,
"andrew+netdev@...n.ch" <andrew+netdev@...n.ch>, "davem@...emloft.net"
<davem@...emloft.net>, "edumazet@...gle.com" <edumazet@...gle.com>,
"kuba@...nel.org" <kuba@...nel.org>, "pabeni@...hat.com" <pabeni@...hat.com>,
"christophe.leroy@...roup.eu" <christophe.leroy@...roup.eu>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"imx@...ts.linux.dev" <imx@...ts.linux.dev>, "linuxppc-dev@...ts.ozlabs.org"
<linuxppc-dev@...ts.ozlabs.org>, "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: RE: [PATCH v6 net-next 05/14] net: enetc: add debugfs interface to
dump MAC filter
> [Some people who received this message don't often get email from
> timur@...nel.org. Learn why this is important at
> https://aka.ms/LearnAboutSenderIdentification ]
>
> On Mon, Apr 28, 2025 at 6:19 AM Wei Fang <wei.fang@....com> wrote:
> > +void enetc_remove_debugfs(struct enetc_si *si)
> > +{
> > + debugfs_remove_recursive(si->debugfs_root);
>
> You can just call debugfs_remove() here. debugfs_remove_recursive()
> is deprecated:
>
> void debugfs_remove(struct dentry *dentry);
> #define debugfs_remove_recursive debugfs_remove
Okay, I will replace it with debugfs_remove(), thanks
Powered by blists - more mailing lists