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

segments: disable init of free segment

Since it is not needed and would require separate
code for validation disable its initialization.
This commit is contained in:
Zdenek Kabelac 2014-10-11 09:10:07 +02:00
parent 128131dbc5
commit fd1aa7fd5a

View File

@ -1218,7 +1218,7 @@ static int _init_segtypes(struct cmd_context *cmd)
init_striped_segtype, init_striped_segtype,
init_zero_segtype, init_zero_segtype,
init_error_segtype, init_error_segtype,
init_free_segtype, /* disabled until needed init_free_segtype, */
#ifdef SNAPSHOT_INTERNAL #ifdef SNAPSHOT_INTERNAL
init_snapshot_segtype, init_snapshot_segtype,
#endif #endif