]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/sched.h
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux.git] / include / linux / sched.h
index e0f5f41cf2eebbd8e01cf4d482dc91cc2da5d975..12938d438d695b43c338a60f5bfbd1abc2316189 100644 (file)
@@ -1496,7 +1496,8 @@ extern struct pid *cad_pid;
 #define PF_KSWAPD              0x00020000      /* I am kswapd */
 #define PF_MEMALLOC_NOFS       0x00040000      /* All allocation requests will inherit GFP_NOFS */
 #define PF_MEMALLOC_NOIO       0x00080000      /* All allocation requests will inherit GFP_NOIO */
-#define PF_LESS_THROTTLE       0x00100000      /* Throttle me less: I clean memory */
+#define PF_LOCAL_THROTTLE      0x00100000      /* Throttle writes only against the bdi I write to,
+                                                * I am cleaning dirty pages from some other bdi. */
 #define PF_KTHREAD             0x00200000      /* I am a kernel thread */
 #define PF_RANDOMIZE           0x00400000      /* Randomize virtual address space */
 #define PF_SWAPWRITE           0x00800000      /* Allowed to write to swap */