mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-30 05:49:28 +03:00
cleanup: use matching flags for permissions
Since our status bits are 64b - use uint64_t for permissions.
This commit is contained in:
@ -856,7 +856,7 @@ struct lvcreate_params {
|
|||||||
uint64_t pool_metadata_size; /* pools */
|
uint64_t pool_metadata_size; /* pools */
|
||||||
struct dm_list *pvh; /* all */
|
struct dm_list *pvh; /* all */
|
||||||
|
|
||||||
uint32_t permission; /* all */
|
uint64_t permission; /* all */
|
||||||
uint32_t read_ahead; /* all */
|
uint32_t read_ahead; /* all */
|
||||||
int approx_alloc; /* all */
|
int approx_alloc; /* all */
|
||||||
alloc_policy_t alloc; /* all */
|
alloc_policy_t alloc; /* all */
|
||||||
|
Reference in New Issue
Block a user