Whamcloud - gitweb
LU-18162 llite: consolidate cl_stack_fini()/lu_stack_fini() 10/58810/5
authorTimothy Day <timday@amazon.com>
Wed, 16 Apr 2025 04:31:46 +0000 (04:31 +0000)
committerOleg Drokin <green@whamcloud.com>
Wed, 14 May 2025 03:56:02 +0000 (03:56 +0000)
commit16ffcf7f06ae04ebcfe2debabebe36265cb44dae
tree0fbae0d5c700a9033cfc1c073b31333ee878b90e
parent224ecf9db7fce9424adb2ad1a6cf83415774f456
LU-18162 llite: consolidate cl_stack_fini()/lu_stack_fini()

lu_stack_fini() is only called by cl_stack_fini(), which is
simply a thin wrapper around the former. Consolidate these
two functions by deleting cl_stack_fini().

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: I42e9b5310c50dc2362fc5ef83b2a10bed09becea
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58810
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
lustre/include/cl_object.h
lustre/llite/vvp_dev.c
lustre/lov/lov_dev.c
lustre/obdclass/cl_object.c
lustre/obdclass/lu_object.c