noobaa-core
noobaa-core copied to clipboard
NSFS | NC | Inconsistent Use of `config_root_backend` In `native_fs_utils.get_process_fs_context` In manage_nsfs
Environment info
- NooBaa Version: master
- Platform: NSFS | NC
Actual behavior
- Currently, our code is not consistent with using the variable
config_root_backend
:
- Sometimes it is used:
native_fs_utils.get_process_fs_context(config_root_backend);
- And sometimes it is not:
native_fs_utils.get_process_fs_context();
.
Expected behavior
- Use the variable
config_root_backend
in all usages ofnative_fs_utils.get_process_fs_context
or clarify the reason for not using it.
Steps to reproduce
- none, internal.
More information - Screenshots / Logs / Other output
none