From 7bb0c294688ed121477536d7b4a7031c78a5706a Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Fri, 27 Sep 2019 10:46:28 -0700 Subject: OpenZFS restructuring - zfs_ioctl Refactor the zfs ioctls in to platform dependent and independent bits. Reviewed-by: Brian Behlendorf Reviewed-by: Sean Eric Fagan Signed-off-by: Matthew Macy Signed-off-by: Ryan Moeller Closes #9301 --- include/sys/zfs_ioctl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sys/zfs_ioctl.h') diff --git a/include/sys/zfs_ioctl.h b/include/sys/zfs_ioctl.h index 3f9fdf4df..daa1560f3 100644 --- a/include/sys/zfs_ioctl.h +++ b/include/sys/zfs_ioctl.h @@ -549,6 +549,9 @@ extern void *zfsdev_get_state(minor_t minor, enum zfsdev_state_type which); extern int zfsdev_getminor(struct file *filp, minor_t *minorp); extern minor_t zfsdev_minor_alloc(void); +extern uint_t zfs_fsyncer_key; +extern uint_t zfs_allow_log_key; + #endif /* _KERNEL */ #ifdef __cplusplus -- cgit v1.2.3