mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
097d49e73d
allocation policy. This can currently take one of three values: typedef enum { ALLOC_NEXT_FREE, ALLOC_STRICT, ALLOC_CONTIGUOUS } alloc_policy_t; Notice that 'SIMPLE' has turned into the slightly more meaningful NEXT_FREE. ii) Put code into display.[hc] for converting one of these enums to a text representation and back again. ii) Updated the text format so this also has the alloc_policy field. |
||
---|---|---|
.. | ||
activate | ||
commands | ||
config | ||
datastruct | ||
device | ||
display | ||
filters | ||
format1 | ||
format_text | ||
label | ||
locking | ||
log | ||
metadata | ||
misc | ||
mm | ||
regex | ||
uuid | ||
vgcache | ||
Makefile.in |