1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-12 13:18:31 +03:00

The LV_REBUILD flag is not internal - bad comments in metadata-exported.h updated

This commit is contained in:
Jonathan Earl Brassow 2011-11-30 02:20:13 +00:00
parent 02941f999c
commit 204aaf2253

View File

@ -63,7 +63,7 @@
#define MIRROR_IMAGE UINT64_C(0x00040000) /* LV */ #define MIRROR_IMAGE UINT64_C(0x00040000) /* LV */
#define LV_NOTSYNCED UINT64_C(0x00080000) /* LV */ #define LV_NOTSYNCED UINT64_C(0x00080000) /* LV */
#define LV_REBUILD UINT64_C(0x00100000) /* LV - internal use only */ #define LV_REBUILD UINT64_C(0x00100000) /* LV */
//#define PRECOMMITTED UINT64_C(0x00200000) /* VG - internal use only */ //#define PRECOMMITTED UINT64_C(0x00200000) /* VG - internal use only */
#define CONVERTING UINT64_C(0x00400000) /* LV */ #define CONVERTING UINT64_C(0x00400000) /* LV */