d064c14aad86bcefbb34a9b52c6e2bec0f6fb2f2
When cherry-picking range A..B the commit A won't get cherry picked, only the commits after A. To fix that use range A^..B as ^ selects the previous commit. This fixes the build of zfs with linux kernel version 4.4 as one compatibility change commit wasn't included. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox VE packaging for ZFS on Linux This is based on code from: https://github.com/zfsonlinux/pkg-spl.git https://github.com/zfsonlinux/pkg-zfs.git We removed the dkms/modules related code, because we ship the modules with the kernel. For licensing questions, see: http://open-zfs.org/wiki/Talk:FAQ
Description
Languages
Makefile
100%