freebsd-dev/sys/geom/uncompress
Andrey V. Elsukov 153c57b5b4 Read GEOM_UNCOMPRESS metadata using several requests that fit into
MAXPHYS. For large compressed images the metadata size can be bigger
than MAXPHYS and this triggers KASSERT in g_read_data().
Also use g_free() to free memory allocated by g_read_data().

PR:		199476
MFC after:	2 weeks
2015-05-19 09:28:52 +00:00
..
g_uncompress.c Read GEOM_UNCOMPRESS metadata using several requests that fit into 2015-05-19 09:28:52 +00:00