1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-09 12:58:41 +03:00
Zdenek Kabelac abe1b49b47 command: refactor struct command_name
Split struct command_name to the constant part (keep the name)
and new 'struct command_name_args' which holds runtime computed
info.   To get to the _args part - we can easily use
lvm_command_enum as equivalent index.

Constified part 'struct command_name' is now fully stored
in .data.rel.ro segment, while command_name_args part goes
to .bss segment.

Code will be further reduced with next refactoring.
2024-05-12 23:53:19 +02:00
..
2024-02-05 12:13:44 -06:00
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00
2023-02-10 17:50:27 +01:00
2023-08-14 17:02:11 +02:00
2024-05-08 01:55:21 +02:00
2024-03-17 13:17:53 +01:00
2022-09-09 16:18:55 -05:00
2020-10-20 22:22:52 +02:00
2020-10-20 22:22:52 +02:00
2020-10-20 22:22:52 +02:00
2016-01-21 12:11:37 +01:00
2024-05-12 23:53:19 +02:00
2018-12-04 14:06:46 -06:00
2024-05-04 01:01:57 +02:00
2022-09-09 16:18:55 -05:00
2024-03-25 17:17:24 +01:00
2023-07-15 11:05:35 +02:00
2024-04-29 00:13:43 +02:00
2024-05-04 01:01:57 +02:00
2024-05-08 01:55:21 +02:00
2016-01-21 12:11:37 +01:00
2024-05-04 01:01:57 +02:00
2019-06-25 15:39:08 -05:00
2024-03-29 01:36:48 +01:00
2024-05-04 01:01:57 +02:00
2016-01-21 12:11:37 +01:00
2018-06-13 14:14:03 -05:00
2016-01-21 12:11:37 +01:00
2024-04-29 00:13:43 +02:00
2024-05-02 11:59:42 +02:00
2023-09-12 14:39:14 +02:00
2023-02-22 16:19:48 -06:00
2023-05-06 20:38:57 +02:00
2021-08-16 11:31:15 -05:00
2023-07-15 11:05:35 +02:00