mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
fix stripesize const
This commit is contained in:
parent
12de747d3a
commit
98513c2729
@ -75,7 +75,7 @@
|
|||||||
#define FMT_ORPHAN_ALLOCATABLE 0x00000020 /* Orphan PV allocatable? */
|
#define FMT_ORPHAN_ALLOCATABLE 0x00000020 /* Orphan PV allocatable? */
|
||||||
#define FMT_PRECOMMIT 0x00000040 /* Supports pre-commit? */
|
#define FMT_PRECOMMIT 0x00000040 /* Supports pre-commit? */
|
||||||
#define FMT_RESIZE_PV 0x00000080 /* Supports pvresize? */
|
#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 {
|
typedef enum {
|
||||||
ALLOC_INVALID,
|
ALLOC_INVALID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user