Whamcloud - gitweb
LU-8066 llite: replace ll_process_config with class_modify_config 22/32722/4
authorJames Simmons <uja.ornl@yahoo.com>
Tue, 3 Jul 2018 00:35:05 +0000 (20:35 -0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Jul 2018 06:01:07 +0000 (06:01 +0000)
commit64b5c219b1fdb48cb0f37ffe59eaedd8137d9757
tree84118047340cf6a38d3c4e5c6438cecb05a11d82
parent406cd8a74d84c9e28b042792d4b2766f744fc36a
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: I7ef5a4b1ee47827711a9d6654fda279abde06268
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/32722
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.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