Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
The mgc_apply_recover_logs() can be improved in two ways:
- instead of creating artificial LCFG_PARAM to set import connection via debugfs that can be done immediately as import is accessible in this function directly. That reduces code complexity in this area and reduces pressure on other parameters from configuration, e.g. 'params' config being applied via process_param2_config()->kobject_uevent_env() call chain
- obdname creation can do part of work once but not on each entry, also making code cleaner there