Re: [PATCH 8/9] b43legacy: don't save dentries for debugfs

2021-05-18 Thread Greg Kroah-Hartman
On Tue, May 18, 2021 at 06:28:05PM +0200, Greg Kroah-Hartman wrote: > 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 ri

[PATCH 8/9] b43legacy: don't save dentries for debugfs

2021-05-18 Thread Greg Kroah-Hartman
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-kern