aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zfs_ioctl.h
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-09-27 10:46:28 -0700
committerBrian Behlendorf <[email protected]>2019-09-27 10:46:28 -0700
commit7bb0c294688ed121477536d7b4a7031c78a5706a (patch)
treee3e78a38a6139bcd32c57d4a67ae08fcb5552a1c /include/sys/zfs_ioctl.h
parent3768db24abe09f964a976945faeb805214817626 (diff)
OpenZFS restructuring - zfs_ioctl
Refactor the zfs ioctls in to platform dependent and independent bits. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Sean Eric Fagan <[email protected]> Signed-off-by: Matthew Macy <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #9301
Diffstat (limited to 'include/sys/zfs_ioctl.h')
-rw-r--r--include/sys/zfs_ioctl.h3
1 files changed, 3 insertions, 0 deletions
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