]> git.ipfire.org Git - thirdparty/linux.git/commit
NFS: Prevent resource leak in nfs_alloc_server()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 14 Jun 2026 07:56:35 +0000 (09:56 +0200)
committerAnna Schumaker <anna.schumaker@hammerspace.com>
Wed, 17 Jun 2026 18:07:09 +0000 (14:07 -0400)
commitd189f224308c8ac3feeea8e442c99922bd18f1b2
tree67277f8e36c1649328e065cef3818434a3ece947
parent41fe0f7b84f0cb822ae10ab08592996a592b2a25
NFS: Prevent resource leak in nfs_alloc_server()

It was overlooked to call ida_free() after a failed nfs_alloc_iostats() call.
Thus add the missed function call in an if branch.

Fixes: 1c7251187dc067a6d460cf33ca67da9c1dd87807 ("NFS: add superblock sysfs entries")
Cc: stable@vger.kernel.org
Reported-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Closes: https://lore.kernel.org/linux-nfs/1c8e10c9-def7-4f0d-8aa1-23c8035a38c8@wanadoo.fr/
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Anna Schumaker <anna.schumaker@hammerspace.com>
fs/nfs/client.c