1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

fix stripesize const

This commit is contained in:
Alasdair Kergon 2006-05-02 07:14:43 +00:00
parent 12de747d3a
commit 98513c2729

View File

@ -75,7 +75,7 @@
#define FMT_ORPHAN_ALLOCATABLE 0x00000020 /* Orphan PV allocatable? */
#define FMT_PRECOMMIT 0x00000040 /* Supports pre-commit? */
#define FMT_RESIZE_PV 0x00000080 /* Supports pvresize? */
#define FMT_UNLIMITED_STRIPESIZE 0x00000080 /* Unlimited stripe size? */
#define FMT_UNLIMITED_STRIPESIZE 0x00000100 /* Unlimited stripe size? */
typedef enum {
ALLOC_INVALID,