diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-02 15:11:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-08 13:24:22 +0100 |
commit | 209cdbd07cfaa4b7385bad4eeb47e5ec1887d33d (patch) | |
tree | e181198db965894382518cd5544697c6f93f4491 /COPYING | |
parent | 1dc7e37bb0ec1c997fac82031332a38c7610352f (diff) | |
download | lwn-209cdbd07cfaa4b7385bad4eeb47e5ec1887d33d.tar.gz lwn-209cdbd07cfaa4b7385bad4eeb47e5ec1887d33d.zip |
misc: vmw_balloon: fix memory leak with using debugfs_lookup()
When calling debugfs_lookup() the result must have dput() called on it,
otherwise the memory will leak over time. To make things simpler, just
call debugfs_lookup_and_remove() instead which handles all of the logic at
once.
Cc: Nadav Amit <namit@vmware.com>
Cc: VMware PV-Drivers Reviewers <pv-drivers@vmware.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230202141100.2291188-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions