From 278c5509ee88b6384e0ccdb8b8da994b020ffe75 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 14 Jan 2016 11:21:47 +0100 Subject: [PATCH] cleanup: order ac members --- lib/metadata/metadata-exported.h | 11 +++++------ 1 file 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; };