1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +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 0c506d9a40
commit 2ba1e8fccc

View File

@ -63,7 +63,7 @@
#define MIRROR_IMAGE UINT64_C(0x00040000) /* 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 CONVERTING UINT64_C(0x00400000) /* LV */