Whamcloud - gitweb
LU-9679 obdclass: use OBD_ALLOC_PTR_ARRAY() and others 21/38121/4
authorMr NeilBrown <neilb@suse.de>
Thu, 14 Nov 2019 03:20:01 +0000 (14:20 +1100)
committerOleg Drokin <green@whamcloud.com>
Thu, 14 May 2020 05:38:36 +0000 (05:38 +0000)
commitf463b9081e9063766d0180754b0f0930d99b772b
treeda412e789eee9d50e807e0251c8049635939363e
parent09f9fb3211cd998c87e26df5217cc4ad84e6ce0b
LU-9679 obdclass: use OBD_ALLOC_PTR_ARRAY() and others

Use:
  OBD_ALLOC_PTR_ARRAY
  OBD_ALLOC_PTR_ARRAY_WAIT
  OBD_FREE_PTR_ARRAY
  OBD_ALLOC_PTR_ARRAY_LARGE
  OBD_FREE_PTR_ARRAY_LARGE

for allocating and freeing arrays in obdclass

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I2ebf853769a9711f1f99431aa7f69a18ba2ea552
Reviewed-on: https://review.whamcloud.com/38121
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/obdclass/cl_object.c
lustre/obdclass/lu_object.c
lustre/obdclass/lustre_handles.c
lustre/obdclass/obd_mount.c