dlm: fix missing idr_destroy for recover_idr
authorDavid Teigland <teigland@redhat.com>
Thu, 15 Nov 2018 17:17:40 +0000 (11:17 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Dec 2019 09:40:56 +0000 (10:40 +0100)
commit72c9c04b2bcbb09e478af0b617dd223b682560a1
treedba366dc6df3a5fe4c8b4dec3f2acedda4fe5de6
parent8d9ca529a9bb8dcf49a5b531e3ddc52baf358c37
dlm: fix missing idr_destroy for recover_idr

[ Upstream commit 8fc6ed9a3508a0435b9270c313600799d210d319 ]

Which would leak memory for the idr internals.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/dlm/lockspace.c