]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zfs_context.h
Change KM_PUSHPAGE -> KM_SLEEP
[mirror_zfs.git] / include / sys / zfs_context.h
index dd02e6f1bcc4e26b0656ce8884de20291aa732a0..2fde3b5fcfe1ff2b17b1ccd03ca9d91f9c02eb40 100644 (file)
@@ -447,7 +447,6 @@ typedef struct taskq_ent {
 
 #define        TQ_SLEEP        KM_SLEEP        /* Can block for memory */
 #define        TQ_NOSLEEP      KM_NOSLEEP      /* cannot block for memory; may fail */
-#define        TQ_PUSHPAGE     KM_PUSHPAGE     /* Cannot perform I/O */
 #define        TQ_NOQUEUE      0x02            /* Do not enqueue if can't dispatch */
 #define        TQ_FRONT        0x08            /* Queue in front */