dlm: fixed memory leaks after failed ls_remove_names allocation
authorVasily Averin <vvs@virtuozzo.com>
Thu, 15 Nov 2018 10:15:05 +0000 (13:15 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jan 2019 09:01:05 +0000 (10:01 +0100)
commit8f0bfd40724072cd79afa7c77b77036c4490aa8b
treed6b276ca770c3f208f77407bdd3d581c9fdc4c95
parent385c23d626937494f90563a563c210b15c371b2a
dlm: fixed memory leaks after failed ls_remove_names allocation

commit b982896cdb6e6a6b89d86dfb39df489d9df51e14 upstream.

If allocation fails on last elements of array need to free already
allocated elements.

v2: just move existing out_rsbtbl label to right place

Fixes 789924ba635f ("dlm: fix race between remove and lookup")
Cc: stable@kernel.org # 3.6
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dlm/lockspace.c