]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r252380:
authormm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Jul 2013 19:44:02 +0000 (19:44 +0000)
committermm <mm@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 2 Jul 2013 19:44:02 +0000 (19:44 +0000)
commit8eb2289653b28bc131f1aa6eca01be84a35db248
tree9f422527603a2df43caca9547e0087a447f2915c
parent23573fc688823f9adfc25860ad2b32efd46e80e7
MFC r252380:
Unbreak "zfs jail" and "zfs unjail" (broken in stable/9 since r249643)

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 <netchild@FreeBSD.org> on current@

git-svn-id: svn://svn.freebsd.org/base/stable/9@252524 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c