Re: [PATCH] drivers: vmw_balloon: remove dentry pointer for debugfs

2021-02-16 Thread Nadav Amit
> On Feb 16, 2021, at 7:12 AM, Greg Kroah-Hartman > wrote: > > There is no need to keep the dentry pointer around for the created > debugfs file, as it is only needed when removing it from the system. > When it is to be removed, ask debugfs itself for the pointer, to save on > storage and make t

[PATCH] drivers: vmw_balloon: remove dentry pointer for debugfs

2021-02-16 Thread Greg Kroah-Hartman
There is no need to keep the dentry pointer around for the created debugfs file, as it is only needed when removing it from the system. When it is to be removed, ask debugfs itself for the pointer, to save on storage and make things a bit simpler. Cc: Nadav Amit Cc: "VMware, Inc." Cc: Arnd Bergm