]> sourceware.org Git - lvm2.git/commitdiff
The LV_REBUILD flag is not internal - bad comments in metadata-exported.h updated
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 30 Nov 2011 02:20:13 +0000 (02:20 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 30 Nov 2011 02:20:13 +0000 (02:20 +0000)
lib/metadata/metadata-exported.h

index 2741a13b959b484a3c30e87d986a24517264ca69..f3cf55eaf1d0cbc0d1936b31a0e2eabf92d66642 100644 (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 */
 
This page took 0.084026 seconds and 5 git commands to generate.