mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Comment on auxiliary metadata areas.
This commit is contained in:
parent
cfc90d7af2
commit
588513328c
@ -208,8 +208,11 @@ struct pv_segment {
|
||||
/* Include any existing PV mdas during format_instance initialisation */
|
||||
#define FMT_INSTANCE_MDAS 0x00000002U
|
||||
|
||||
/* FIXME Define auxiliary here! */
|
||||
/* Include any auxiliary mdas during format_instance intialisation */
|
||||
/*
|
||||
* Include any auxiliary mdas during format_instance intialisation.
|
||||
* Currently, this includes metadata areas as defined by
|
||||
* metadata/dirs and metadata/raws setting.
|
||||
*/
|
||||
#define FMT_INSTANCE_AUX_MDAS 0x00000004U
|
||||
|
||||
/* Include any other format-specific mdas during format_instance initialisation */
|
||||
|
Loading…
Reference in New Issue
Block a user