drop cherry-pick workarounds
drop unneeded/non-upstream pull requests:
- #1099: iSCSI support for ZoL
- #1476: Change sharesmb to use REGISTRY shares for better
control by user/admin
- #2790: Rewrite of nfs.c to keep options per host separated.
- #3238: Allow "zfs unshare <proto> -a" much like "zfs share
<proto> -a" (WIP)
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>
So finally this is a full update to 0.6.5.3, but we skipped the sysv
init related patch:
zfs-import: Perform verbatim import using cache file
We use systemd, so those updates are pointless.