]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/kmem_cache.h
Linux 4.13 compat: wait queues
[mirror_spl.git] / include / sys / kmem_cache.h
index e971c2b0d9522679b5aff50223f5c188cd044fbb..8fa14f67e73fe563babd542a85164c2a927340fe 100644 (file)
@@ -193,7 +193,7 @@ typedef struct spl_kmem_cache {
        struct list_head        skc_partial_list;  /* Partially alloc'ed */
        struct rb_root          skc_emergency_tree; /* Min sized objects */
        spinlock_t              skc_lock;       /* Cache lock */
-       wait_queue_head_t       skc_waitq;      /* Allocation waiters */
+       spl_wait_queue_head_t   skc_waitq;      /* Allocation waiters */
        uint64_t                skc_slab_fail;  /* Slab alloc failures */
        uint64_t                skc_slab_create;  /* Slab creates */
        uint64_t                skc_slab_destroy; /* Slab destroys */