X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_context.h;h=8982c000b1a7863170f09a84efb51828482890b9;hb=8312c6df55c1fb2ad3536fc3bc7ae93c429b85aa;hp=6201214ec94cb32fe134c3ef9ec4cd2582276d7d;hpb=15a9e03368d8f186751a432740a5a281f45d712d;p=zfs.git diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h index 6201214..8982c00 100644 --- a/include/sys/zfs_context.h +++ b/include/sys/zfs_context.h @@ -388,10 +388,10 @@ 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 */ +#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 */