]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zfs_context.h
Revert Disable direct reclaim for z_wr_* threads
[mirror_zfs.git] / include / sys / zfs_context.h
index 6201214ec94cb32fe134c3ef9ec4cd2582276d7d..98b216fd7f78ccdf4a81da5b4a3c6715ece0b9d0 100644 (file)
@@ -388,7 +388,6 @@ typedef struct taskq_ent {
 #define        TASKQ_DYNAMIC           0x0004  /* Use dynamic thread scheduling */
 #define        TASKQ_THREADS_CPU_PCT   0x0008  /* Scale # threads by # cpus */
 #define        TASKQ_DC_BATCH          0x0010  /* Mark threads as batch */
-#define        TASKQ_NORECLAIM         0x0020  /* Disable direct memory reclaim */
 
 #define        TQ_SLEEP        KM_SLEEP        /* Can block for memory */
 #define        TQ_NOSLEEP      KM_NOSLEEP      /* cannot block for memory; may fail */