aboutsummaryrefslogtreecommitdiff
path: root/scripts/zfs2zol-patch.sed
diff options
context:
space:
mode:
authorTony Hutter <hutter2@llnl.gov>2016-06-15 22:47:05 +0000
committerTony Hutter <hutter2@llnl.gov>2016-10-03 21:51:15 +0000
commit3c67d83a8afb391f20bc53d36a0cebea6897b3e2 (patch)
tree2b862986c83414c7359c00219b43ad47dd73f81e /scripts/zfs2zol-patch.sed
parent62a65a654e15a1388bfb571727e69b46e7cc07ab (diff)
downloadsrc-3c67d83a8afb391f20bc53d36a0cebea6897b3e2.tar.gz
src-3c67d83a8afb391f20bc53d36a0cebea6897b3e2.zip
Diffstat (limited to 'scripts/zfs2zol-patch.sed')
-rwxr-xr-xscripts/zfs2zol-patch.sed19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/zfs2zol-patch.sed b/scripts/zfs2zol-patch.sed
index e6fc5c8b082f..d4def4429a83 100755
--- a/scripts/zfs2zol-patch.sed
+++ b/scripts/zfs2zol-patch.sed
@@ -19,3 +19,22 @@ s:usr/src/test/zfs-tests/runfiles:tests/runfiles:g
s:usr/src/test/zfs-tests/tests/functional:tests/zfs-tests/tests/functional:g
s:usr/src/test/zfs-tests/tests/perf:tests/zfs-tests/tests/perf:g
s:usr/src/test/test-runner/cmd/run.py:tests/test-runner/cmd/test-runner.py:g
+
+#
+# The usr/src/common/zfs/ files go in a couple different dirs.
+# usr/src/common/zfs/zfeature_common.c goes in module/zfs
+#
+s:usr/src/common/zfs/zfeature_common.c:module/zfs/zfeature_common.c:g
+
+# ...but most of the rest of the C files go in module/zcommon
+s/usr\/src\/common\/zfs\/\(.*\)\.c/module\/zcommon\/\1.c/g
+
+# crypto framework
+s:usr/src/common/crypto:module/icp/algs:g
+s:usr/src/uts/common/crypto/io:module/icp/io:g
+
+# Headers
+s:usr/src/common/zfs/\(.*\)\.h:include/\1.h:g
+
+# Man pages
+s:usr/src/man:man:g