Support zle compression on ZFS.

* grub-core/fs/zfs/zfs.c (zle_decompress): New function.
	(decomp_table): Add zle.
	* include/grub/zfs/zio.h (zio_compress): Add zle.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-05 14:50:53 +01:00
parent c7ba4f6984
commit b632b404e0
3 changed files with 43 additions and 0 deletions

View file

@ -86,6 +86,7 @@ enum zio_compress {
ZIO_COMPRESS_GZIP7,
ZIO_COMPRESS_GZIP8,
ZIO_COMPRESS_GZIP9,
ZIO_COMPRESS_ZLE,
ZIO_COMPRESS_FUNCTIONS
};