summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-01-14 11:21:47 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-01-14 11:34:05 +0100
commit278c5509ee88b6384e0ccdb8b8da994b020ffe75 (patch)
treecfa4706bb920703170ec65ed9a4c1024e7affe44
parentc9a813bff8828e379f9be963a49a9201a3484ec6 (diff)
downloadlvm2-278c5509ee88b6384e0ccdb8b8da994b020ffe75.tar.gz
cleanup: order ac members
-rw-r--r--lib/metadata/metadata-exported.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/metadata/metadata-exported.h b/lib/metadata/metadata-exported.h
index 8785f99bf..a118fa813 100644
--- a/lib/metadata/metadata-exported.h
+++ b/lib/metadata/metadata-exported.h
@@ -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;
};