K 10 svn:author V 2 mm K 8 svn:date V 27 2013-06-29T16:45:37.183063Z K 7 svn:log V 374 Unbreak "zfs jail" and "zfs unjail" (broken since r248571) I missed to register zfs_ioc_jail and zfs_ioc_unjail as legacy ioctl's with the new zfs_ioctl_register_legacy() function. These operations do not modify pools or datasets so there is no need to log them to pool history. Reported by: Alexander Leidinger and others on current@ MFC after: 3 days END