On Tue, May 18, 2021 at 08:47:58PM +0300, Kalle Valo wrote:
> Greg Kroah-Hartman <gre...@linuxfoundation.org> writes:
> 
> > There is no need to keep around the dentry pointers for the debugfs
> > files as they will all be automatically removed when the subdir is
> > removed.  So save the space and logic involved in keeping them around by
> > just getting rid of them entirely.
> >
> > By doing this change, we remove one of the last in-kernel user that was
> > storing the result of debugfs_create_bool(), so that api can be cleaned
> > up.
> >
> > Cc: Kalle Valo <kv...@codeaurora.org>
> > Cc: "David S. Miller" <da...@davemloft.net>
> > Cc: Jakub Kicinski <k...@kernel.org>
> > Cc: Kees Cook <keesc...@chromium.org>
> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> > Cc: Jason Gunthorpe <j...@ziepe.ca>
> > Cc: Chao Yu <c...@kernel.org>
> > Cc: Leon Romanovsky <l...@kernel.org>
> > Cc: linux-wirel...@vger.kernel.org
> > Cc: b43-dev@lists.infradead.org
> > Cc: net...@vger.kernel.org
> > Cc: linux-ker...@vger.kernel.org
> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> > ---
> >  drivers/net/wireless/broadcom/b43/debugfs.c | 34 +++------------------
> >  drivers/net/wireless/broadcom/b43/debugfs.h |  3 --
> >  2 files changed, 5 insertions(+), 32 deletions(-)
> >
> > Note, I can take this through my debugfs tree if wanted, that way I can
> > clean up the debugfs_create_bool() api at the same time.  Otherwise it's
> > fine, I can wait until next -rc1 for that to happen.
> 
> Yeah, it's best that you take this via your tree.
> 
> Acked-by: Kalle Valo <kv...@codeaurora.org>

Thanks, will do!

greg k-h

_______________________________________________
b43-dev mailing list
b43-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/b43-dev

Reply via email to