]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Fix memory leak in afs_put_sysnames()
authorZhihao Cheng <chengzhihao1@huawei.com>
Tue, 2 Jun 2020 01:30:45 +0000 (09:30 +0800)
committerDavid Howells <dhowells@redhat.com>
Tue, 9 Jun 2020 14:22:06 +0000 (15:22 +0100)
commitc56b5b286b661b6fc19ba5c91a5b258aab0ea15f
tree61a2373dec52254af33024cda7a33e15cc318906
parentdfe0ab120fcbdeec5b94d07f0feb4685f9f4eebe
afs: Fix memory leak in afs_put_sysnames()

Fix afs_put_sysnames() to actually free the specified afs_sysnames
object after its reference count has been decreased to zero and
its contents have been released.

Fixes: c498e278370eeb1 ("afs: Implement @sys substitution handling")
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/proc.c