mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: use matching flags for permissions
Since our status bits are 64b - use uint64_t for permissions.
This commit is contained in:
parent
37bd12e7ba
commit
9a6758e953
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user