mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cov: store 64b flags
Alhtough no target is currently using that many bits for their flags, preserve the size for loaded segment internally.
This commit is contained in:
parent
960df88621
commit
93a633092a
@ -171,7 +171,7 @@ struct load_segment {
|
||||
uint32_t region_size; /* Mirror + raid */
|
||||
unsigned clustered; /* Mirror */
|
||||
unsigned mirror_area_count; /* Mirror */
|
||||
uint32_t flags; /* Mirror + raid + Cache */
|
||||
uint64_t flags; /* Mirror + Raid + Cache */
|
||||
char *uuid; /* Clustered mirror log */
|
||||
|
||||
const char *policy_name; /* Cache */
|
||||
|
@ -162,7 +162,7 @@ struct load_segment {
|
||||
uint32_t region_size; /* Mirror + raid */
|
||||
unsigned clustered; /* Mirror */
|
||||
unsigned mirror_area_count; /* Mirror */
|
||||
uint32_t flags; /* Mirror + raid + Cache */
|
||||
uint64_t flags; /* Mirror + Raid + Cache */
|
||||
char *uuid; /* Clustered mirror log */
|
||||
|
||||
const char *policy_name; /* Cache */
|
||||
|
Loading…
Reference in New Issue
Block a user