diff options
author | Alexander Aring <aahringo@redhat.com> | 2024-10-04 18:13:41 +0300 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2024-10-04 18:31:31 +0300 |
commit | 76e342d32f7fc536939ce60ed92b3f5e4addad0f (patch) | |
tree | 33244bb67793186e3d86bf3e3729e8396d1a1d4b /tools/perf/scripts/python/mem-phys-addr.py | |
parent | f92a5be5717ea32830f829b080652c5c862b85e7 (diff) | |
download | linux-76e342d32f7fc536939ce60ed92b3f5e4addad0f.tar.xz |
dlm: use dlm_config as only cluster configuration
This patch removes the configfs storage fields from the dlm_cluster
structure to store per cluster values. Those fields also exists for the
dlm_config global variable and get stored in both when setting configfs
values. To read values it will always be read out from the dlm_cluster
configfs structure but this patch changes it to only use the global
dlm_config variable. Storing them in two places makes no sense as both
are able to be changed under certain conditions during DLM runtime.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions