1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-07 21:18:59 +03:00

toolcontext: use the striped string first

This commit is contained in:
Zdenek Kabelac 2024-10-29 22:26:55 +01:00
parent e2a5715a60
commit 30adf7e91c

View File

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