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:
parent
b7033fbb8c
commit
12b0d37da7
@ -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, */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user