1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

toolcontext: use the striped string first

This commit is contained in:
Zdenek Kabelac 2024-10-29 22:26:55 +01:00
parent b7033fbb8c
commit 12b0d37da7

View File

@ -1428,8 +1428,8 @@ static int _init_segtypes(struct cmd_context *cmd)
struct segment_type *segtype; struct segment_type *segtype;
struct segtype_library seglib = { .cmd = cmd, .lib = NULL }; struct segtype_library seglib = { .cmd = cmd, .lib = NULL };
struct segment_type *(*init_segtype_array[])(struct cmd_context *cmd) = { struct segment_type *(*init_segtype_array[])(struct cmd_context *cmd) = {
init_linear_segtype,
init_striped_segtype, init_striped_segtype,
init_linear_segtype,
init_zero_segtype, init_zero_segtype,
init_error_segtype, init_error_segtype,
/* disabled until needed init_free_segtype, */ /* disabled until needed init_free_segtype, */