summaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-10 19:04:14 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-10 19:04:14 +0000
commit4098c921b68edd5ae03f5213f08fd1b99cd05211 (patch)
treef5a5d3ce5eab21da44116bc8478e2c4c7ad9721f /include/sys
parent6adf99e7d6c179039482e5341a907488d3a33ea7 (diff)
Fix systemic naming mistake
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@34 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/taskq.h2
-rw-r--r--include/sys/vfs.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/include/sys/taskq.h b/include/sys/taskq.h
index 2d7583daf..fd4af1232 100644
--- a/include/sys/taskq.h
+++ b/include/sys/taskq.h
@@ -76,7 +76,7 @@ extern taskq_t *__taskq_create(const char *, int, pri_t, int, int, uint_t);
__taskq_create(name, thr, pri, min, max, flags)
#define taskq_dispatch(tq, func, priv, flags) \
__taskq_dispatch(tq, func, priv, flags)
-#define taskq_destory(tq) destroy_workqueue(tq)
+#define taskq_destroy(tq) destroy_workqueue(tq)
#define taskq_wait(tq) flush_workqueue(tq)
#define taskq_member(tq, kthr) 1 /* XXX -Just be true */
diff --git a/include/sys/vfs.h b/include/sys/vfs.h
new file mode 100644
index 000000000..134f4b6bf
--- /dev/null
+++ b/include/sys/vfs.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_ZFS_H
+#define _SPL_ZFS_H
+
+#endif /* SPL_ZFS_H */