diff options
Diffstat (limited to 'include/linux/sched')
| -rw-r--r-- | include/linux/sched/coredump.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/coredump.h b/include/linux/sched/coredump.h index 9c8847395b5e..ec912d01126f 100644 --- a/include/linux/sched/coredump.h +++ b/include/linux/sched/coredump.h @@ -70,6 +70,7 @@ static inline int get_dumpable(struct mm_struct *mm)  #define MMF_UNSTABLE		22	/* mm is unstable for copy_from_user */  #define MMF_HUGE_ZERO_PAGE	23      /* mm has ever used the global huge zero page */  #define MMF_DISABLE_THP		24	/* disable THP for all VMAs */ +#define MMF_OOM_VICTIM		25	/* mm is the oom victim */  #define MMF_DISABLE_THP_MASK	(1 << MMF_DISABLE_THP)  #define MMF_INIT_MASK		(MMF_DUMPABLE_MASK | MMF_DUMP_FILTER_MASK |\  |