summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-10-24 13:07:02 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-10-24 16:39:31 +0200
commit9a6758e953a83aeb1d384df97c6f18b542c569a2 (patch)
treef7d2dbb99b8057bf28c3723a9f5b0e660f017812
parent37bd12e7ba60e5e6654d7edd912d011328401a21 (diff)
downloadlvm2-9a6758e953a83aeb1d384df97c6f18b542c569a2.tar.gz
cleanup: use matching flags for permissions
Since our status bits are 64b - use uint64_t for permissions.
-rw-r--r--lib/metadata/metadata-exported.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/metadata/metadata-exported.h b/lib/metadata/metadata-exported.h
index 1af9cbf68..cfc0ce212 100644
--- a/lib/metadata/metadata-exported.h
+++ b/lib/metadata/metadata-exported.h
@@ -856,7 +856,7 @@ struct lvcreate_params {
uint64_t pool_metadata_size; /* pools */
struct dm_list *pvh; /* all */
- uint32_t permission; /* all */
+ uint64_t permission; /* all */
uint32_t read_ahead; /* all */
int approx_alloc; /* all */
alloc_policy_t alloc; /* all */