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:
parent
c9a813bff8
commit
278c5509ee
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user