]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
authorNanyong Sun <sunnanyong@huawei.com>
Wed, 8 Sep 2021 03:00:18 +0000 (20:00 -0700)
committerKelsey Skunberg <kelsey.skunberg@canonical.com>
Wed, 27 Oct 2021 23:04:23 +0000 (17:04 -0600)
commit161a5c8c179b6b6345c62e393d9867345b56dc09
tree1848f8f7ad99bd28de294117e96dfa619e858bc8
parente44a20deac1fa918cdfb8c02875cb01872e7dea7
nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group

BugLink: https://bugs.launchpad.net/bugs/1947885
[ Upstream commit a3e181259ddd61fd378390977a1e4e2316853afa ]

The kobject_put() should be used to cleanup the memory associated with the
kobject instead of kobject_del.  See the section "Kobject removal" of
"Documentation/core-api/kobject.rst".

Link: https://lkml.kernel.org/r/20210629022556.3985106-5-sunnanyong@huawei.com
Link: https://lkml.kernel.org/r/1625651306-10829-5-git-send-email-konishi.ryusuke@gmail.com
Signed-off-by: Nanyong Sun <sunnanyong@huawei.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
fs/nilfs2/sysfs.c