mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: struct reorder
Better alignments.
This commit is contained in:
parent
45c06025da
commit
40cf4ce1e1
@ -433,12 +433,14 @@ struct pv_segment {
|
||||
*/
|
||||
|
||||
struct format_instance {
|
||||
unsigned ref_count; /* Refs to this fid from VG and PV structs */
|
||||
struct dm_pool *mem;
|
||||
|
||||
uint32_t type;
|
||||
const struct format_type *fmt;
|
||||
|
||||
unsigned ref_count; /* Refs to this fid from VG and PV structs */
|
||||
|
||||
uint32_t type;
|
||||
|
||||
/*
|
||||
* Each mda in a vg is on exactly one of the below lists.
|
||||
* MDAs on the 'in_use' list will be read from / written to
|
||||
|
Loading…
Reference in New Issue
Block a user