Missed addition to r296563 to fix newer tools to work with older kernel.

This commit is contained in:
Alexander Motin 2016-03-09 16:05:13 +00:00
parent 7aee4940a5
commit 01812876c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296567

View File

@ -74,6 +74,9 @@ zcmd_ioctl(int fd, int request, zfs_cmd_t *zc)
if (zfs_ioctl_version >= ZFS_IOCVER_DEADMAN) {
switch (zfs_ioctl_version) {
case ZFS_IOCVER_RESUME:
cflag = ZFS_CMD_COMPAT_RESUME;
break;
case ZFS_IOCVER_EDBP:
cflag = ZFS_CMD_COMPAT_EDBP;
break;