mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Reorder ZFS ioctls to fix cross-version compatibility
Reorder ZFS ioctls to fix cross-version compatibility. Reviewed-by: Don Brady <don.brady@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed by: Matt Ahrens <mahrens@delphix.com> Signed-off-by: Lorenz Brun <lorenz@dolansoft.org> Closes #8484
This commit is contained in:
committed by
Brian Behlendorf
parent
b46fd243d5
commit
bf90948daf
@@ -878,9 +878,9 @@ validate_ioc_values(void)
|
||||
ZFS_IOC_BASE + 67 == ZFS_IOC_BOOKMARK &&
|
||||
ZFS_IOC_BASE + 68 == ZFS_IOC_GET_BOOKMARKS &&
|
||||
ZFS_IOC_BASE + 69 == ZFS_IOC_DESTROY_BOOKMARKS &&
|
||||
ZFS_IOC_BASE + 70 == ZFS_IOC_CHANNEL_PROGRAM &&
|
||||
ZFS_IOC_BASE + 71 == ZFS_IOC_RECV_NEW &&
|
||||
ZFS_IOC_BASE + 72 == ZFS_IOC_POOL_SYNC &&
|
||||
ZFS_IOC_BASE + 70 == ZFS_IOC_RECV_NEW &&
|
||||
ZFS_IOC_BASE + 71 == ZFS_IOC_POOL_SYNC &&
|
||||
ZFS_IOC_BASE + 72 == ZFS_IOC_CHANNEL_PROGRAM &&
|
||||
ZFS_IOC_BASE + 73 == ZFS_IOC_LOAD_KEY &&
|
||||
ZFS_IOC_BASE + 74 == ZFS_IOC_UNLOAD_KEY &&
|
||||
ZFS_IOC_BASE + 75 == ZFS_IOC_CHANGE_KEY &&
|
||||
|
||||
Reference in New Issue
Block a user