diff options
author | 2024-10-21 08:14:15 +0200 | |
---|---|---|
committer | 2024-10-21 08:14:15 +0200 | |
commit | d1fb8a78b2ff1fe4e9478c75b4fbec588a73c1b0 (patch) | |
tree | 1cf2e78b8e7be71a47c8b978dea915533e965cbe /include/linux/sched.h | |
parent | sched: Split scheduler and execution contexts (diff) | |
parent | Linux 6.12-rc4 (diff) | |
download | linux-rng-d1fb8a78b2ff1fe4e9478c75b4fbec588a73c1b0.tar.xz linux-rng-d1fb8a78b2ff1fe4e9478c75b4fbec588a73c1b0.zip |
Merge tag 'v6.12-rc4' into sched/core, to resolve conflict
Overlapping fixes solving the same bug slightly differently:
7266f0a6d3bb fs/bcachefs: Fix __wait_on_freeing_inode() definition of waitqueue entry
3b80552e7057 bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry
Use the upstream version.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 8b62e7413b20..a76e3d074a2a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1681,8 +1681,8 @@ extern struct pid *cad_pid; * 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_MEMALLOC_NORECLAIM 0x00800000 /* All allocation requests will clear __GFP_DIRECT_RECLAIM */ -#define PF_MEMALLOC_NOWARN 0x01000000 /* All allocation requests will inherit __GFP_NOWARN */ +#define PF__HOLE__00800000 0x00800000 +#define PF__HOLE__01000000 0x01000000 #define PF__HOLE__02000000 0x02000000 #define PF_NO_SETAFFINITY 0x04000000 /* Userland is not allowed to meddle with cpus_mask */ #define PF_MCE_EARLY 0x08000000 /* Early kill for mce process policy */ |