]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Fix zmod.h usage in userspace
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 17:29:11 +0000 (10:29 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 15:38:46 +0000 (08:38 -0700)
commiteaa8687be33318ae07d61a91e0069244b326f450
tree94aefff7ffd9ca2af5d270192a6c73e8b15b6c2b
parent3f504482929e4c4e098ec00b335ddc45509be716
Fix zmod.h usage in userspace

Do not use zmod.h in userspace.

This has also been filed with the ZFS team. It makes the userspace
libzpool code use the zlib API, instead of the Solaris-only and
non-standard zmod.h.  The zlib API is almost identical and is a de
facto standard, so this is a no-brainer.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
lib/libzpool/kernel.c
module/zfs/gzip.c