mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix systemic naming mistake
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@34 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef _SPL_ZFS_H
|
||||
#define _SPL_ZFS_H
|
||||
|
||||
#endif /* SPL_ZFS_H */
|
||||
Reference in New Issue
Block a user