From 81c215de54d9cecbc0d26acb704c99108805fc35 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Thu, 10 May 2012 11:03:07 +0000 Subject: [PATCH] More comments on metadata area types. --- lib/metadata/metadata-exported.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/metadata/metadata-exported.h b/lib/metadata/metadata-exported.h index d74de9bab..f42ec33f3 100644 --- a/lib/metadata/metadata-exported.h +++ b/lib/metadata/metadata-exported.h @@ -205,7 +205,7 @@ struct pv_segment { * area information we are working with. */ -/* Include any existing PV mdas during format_instance initialisation */ +/* Include any existing PV ("on-disk") mdas during format_instance initialisation. */ #define FMT_INSTANCE_MDAS 0x00000002U /* @@ -215,7 +215,10 @@ struct pv_segment { */ #define FMT_INSTANCE_AUX_MDAS 0x00000004U -/* Include any other format-specific mdas during format_instance initialisation */ +/* + * Include any other format-specific mdas during format_instance initialisation. + * For example metadata areas used during backup/restore/archive handling. + */ #define FMT_INSTANCE_PRIVATE_MDAS 0x00000008U struct format_instance { -- 2.43.5