From 5df7e9d85ced424292e8312a7848b6092a29c930 Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Wed, 25 Sep 2019 09:20:30 -0700 Subject: OpenZFS restructuring - zvol Refactor the zvol in to platform dependent and independent bits. Reviewed-by: Allan Jude Reviewed-by: Jorgen Lundman Reviewed-by: Igor Kozhukhov Reviewed-by: Brian Behlendorf Signed-off-by: Matt Macy Closes #9295 --- include/sys/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sys/Makefile.am') diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 897b7e1cc..2ac6a2b8d 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -125,7 +125,8 @@ COMMON_H = \ KERNEL_H = \ $(top_srcdir)/include/sys/zfs_ioctl.h \ $(top_srcdir)/include/sys/zfs_onexit.h \ - $(top_srcdir)/include/sys/zvol.h + $(top_srcdir)/include/sys/zvol.h \ + $(top_srcdir)/include/sys/zvol_impl.h USER_H = -- cgit v1.2.3