1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cleanup: order ac members

This commit is contained in:
Zdenek Kabelac 2016-01-14 11:21:47 +01:00
parent c9a813bff8
commit 278c5509ee

View File

@ -574,17 +574,16 @@ struct lvresize_params {
/* FIXME Deal with meaningless 'ac' */
/* Arg counts & values */
alloc_policy_t ac_alloc;
unsigned ac_force;
unsigned ac_mirrors;
uint32_t ac_mirrors_value;
unsigned ac_no_sync;
unsigned ac_policy;
unsigned ac_stripes;
uint32_t ac_stripes_value;
unsigned ac_mirrors;
uint32_t ac_mirrors_value;
unsigned ac_stripesize;
uint64_t ac_stripesize_value;
alloc_policy_t ac_alloc;
unsigned ac_no_sync;
unsigned ac_force;
const char *ac_type;
};