Whamcloud - gitweb
LU-9855 obd: use ldo_process_config for mdc and osc layer 06/34106/7
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 24 Jan 2019 16:59:32 +0000 (11:59 -0500)
committerOleg Drokin <green@whamcloud.com>
Sun, 3 Mar 2019 00:21:20 +0000 (00:21 +0000)
commitd12959c69fd486054619d52dbb32d7ea91327f94
treedf5cccfd5936331c1ddf4680fec31e7de5e29548
parentdb9965ce33365c2645827b06af21f8f5918ea2bb
LU-9855 obd: use ldo_process_config for mdc and osc layer

Both the mdc and osc layer use the lu_device infrastructure but
we don't use ldo_process_config() which is preferred over the
currently used obd_process_config() handling. Migrate to the
lu_device ldo_process_config() for both mdc and osc layer.

Change-Id: I4d5e84c48377283148133e6338ef7257c44b89a3
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/34106
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Ben Evans <bevans@cray.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdc/mdc_dev.c
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_request.c
lustre/osc/osc_dev.c
lustre/osc/osc_request.c