Whamcloud - gitweb
LU-8066 llite: replace ll_process_config with class_modify_config 95/32495/5
authorJames Simmons <uja.ornl@yahoo.com>
Sat, 9 Jun 2018 14:16:59 +0000 (10:16 -0400)
committerJohn L. Hammond <john.hammond@intel.com>
Thu, 14 Jun 2018 17:33:09 +0000 (17:33 +0000)
commitdb67e686d9abcf750359820bfbdb754ab611bf5c
tree1520d1096b42df8a20d53320018de5a92642db59
parenteee33ef0f07f3f2f5953953416d5d505088ae9a9
LU-8066 llite: replace ll_process_config with class_modify_config

The current method of handling tunables with ll_process_config can
not work with sysfs. So replace ll_process_config handling with
class_modify_config() which can handle sysfs, debugfs and procfs.

Change-Id: I40611930ab2b769c0661aa7dce0c7dd0f2d90204
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32495
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Ben Evans <bevans@cray.com>
lustre/conf/99-lustre.rules
lustre/include/lustre_disk.h
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/llite/super25.c
lustre/obdclass/obd_config.c