mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +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
@@ -1204,9 +1204,9 @@ typedef enum zfs_ioc {
|
||||
ZFS_IOC_BOOKMARK, /* 0x5a43 */
|
||||
ZFS_IOC_GET_BOOKMARKS, /* 0x5a44 */
|
||||
ZFS_IOC_DESTROY_BOOKMARKS, /* 0x5a45 */
|
||||
ZFS_IOC_CHANNEL_PROGRAM, /* 0x5a46 */
|
||||
ZFS_IOC_RECV_NEW, /* 0x5a47 */
|
||||
ZFS_IOC_POOL_SYNC, /* 0x5a48 */
|
||||
ZFS_IOC_RECV_NEW, /* 0x5a46 */
|
||||
ZFS_IOC_POOL_SYNC, /* 0x5a47 */
|
||||
ZFS_IOC_CHANNEL_PROGRAM, /* 0x5a48 */
|
||||
ZFS_IOC_LOAD_KEY, /* 0x5a49 */
|
||||
ZFS_IOC_UNLOAD_KEY, /* 0x5a4a */
|
||||
ZFS_IOC_CHANGE_KEY, /* 0x5a4b */
|
||||
|
||||
Reference in New Issue
Block a user