Whamcloud - gitweb
LU-10070 lod: layout_del memleak 70/35270/4
authorVitaly Fertman <c17818@cray.com>
Wed, 19 Jun 2019 21:28:40 +0000 (00:28 +0300)
committerOleg Drokin <green@whamcloud.com>
Thu, 27 Jun 2019 21:34:33 +0000 (21:34 +0000)
commitb0ce7701d1e9dd1269b99b1c660a140fe85b9592
treeef52daf3def6f476b85b21fa33004a0ad0655f88
parent8ed361345154138473707855b2030bad371e96dd
LU-10070 lod: layout_del memleak

A component may have been declared on a pool or on a specific set
of OSTs, however only the first component is INIT'ed at the beginning.
lod_layout_del should take care about these allocations independently
of the existent striping

Cray-bug-id: LUS-2528
Signed-off-by: Vitaly Fertman <c17818@cray.com>
Change-Id: I7069154ec6b3e64cd945231829c19c4c6920c030
Reviewed-on: https://review.whamcloud.com/35270
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lod/lod_object.c