Whamcloud - gitweb
LU-18009 obd: remove o_fid_init/o_fid_fini 67/55667/2
authorTimothy Day <timday@amazon.com>
Mon, 8 Jul 2024 21:22:55 +0000 (21:22 +0000)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Jul 2024 20:58:33 +0000 (20:58 +0000)
commit424b9ccb004644877ee59d4cd6b2e578ae3b21bd
tree2c5a0f77b8f619f36d3a74024f72ea5ff88d59ef
parent0359455f8a98f960f7b822e8f5468d94f437d93b
LU-18009 obd: remove o_fid_init/o_fid_fini

In every case, o_fid_init is client_fid_init and o_fid_fini is
client_fid_fini. Remove these function pointers.

Test-Parameters: trivial
Signed-off-by: Timothy Day <timday@amazon.com>
Change-Id: Idec4e5d7948b12d67f919f58b97a7119775aaf4e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55667
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/osp/osp_dev.c