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)
committerDavid Teigland <teigland@redhat.com>
Thu, 15 Nov 2018 15:57:22 +0000 (09:57 -0600)
commitb982896cdb6e6a6b89d86dfb39df489d9df51e14
treee235c573c093cb12f33261d65145260d5e1e2d89
parent58a923adf4d9aca8bf7205985c9c8fc531c65d72
dlm: fixed memory leaks after failed ls_remove_names allocation

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>
fs/dlm/lockspace.c