diff options
author | Matthew Macy <[email protected]> | 2019-09-27 10:46:28 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-27 10:46:28 -0700 |
commit | 7bb0c294688ed121477536d7b4a7031c78a5706a (patch) | |
tree | e3e78a38a6139bcd32c57d4a67ae08fcb5552a1c /include/sys/Makefile.am | |
parent | 3768db24abe09f964a976945faeb805214817626 (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/Makefile.am')
-rw-r--r-- | include/sys/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 2ac6a2b8d..734d5c161 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -124,6 +124,7 @@ COMMON_H = \ KERNEL_H = \ $(top_srcdir)/include/sys/zfs_ioctl.h \ + $(top_srcdir)/include/sys/zfs_ioctl_impl.h \ $(top_srcdir)/include/sys/zfs_onexit.h \ $(top_srcdir)/include/sys/zvol.h \ $(top_srcdir)/include/sys/zvol_impl.h |