1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

report: reserved value: description for undefined value

This commit is contained in:
Peter Rajnoha 2014-07-10 13:42:16 +02:00
parent 175de52ded
commit e31ec38d8e

View File

@ -42,7 +42,7 @@
/* *INDENT-OFF* */ /* *INDENT-OFF* */
/* Per-type reserved values usable for all fields of certain type. */ /* Per-type reserved values usable for all fields of certain type. */
TYPE_RESERVED_VALUE(NUM, number_undef_64, "", UINT64_C(-1), "-1", "unknown", "undefined", "undef") TYPE_RESERVED_VALUE(NUM, number_undef_64, "Reserved value for undefined numeric value.", UINT64_C(-1), "-1", "unknown", "undefined", "undef")
/* Reserved values for PV fields */ /* Reserved values for PV fields */
FIELD_RESERVED_BINARY_VALUE(pv_allocatable, pv_allocatable, "", "allocatable") FIELD_RESERVED_BINARY_VALUE(pv_allocatable, pv_allocatable, "", "allocatable")