diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 07402530fc70..f23b5bb6f52e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -634,6 +634,8 @@ struct signal_struct { | |||
634 | 634 | ||
635 | int oom_adj; /* OOM kill score adjustment (bit shift) */ | 635 | int oom_adj; /* OOM kill score adjustment (bit shift) */ |
636 | int oom_score_adj; /* OOM kill score adjustment */ | 636 | int oom_score_adj; /* OOM kill score adjustment */ |
637 | int oom_score_adj_min; /* OOM kill score adjustment minimum value. | ||
638 | * Only settable by CAP_SYS_RESOURCE. */ | ||
637 | 639 | ||
638 | struct mutex cred_guard_mutex; /* guard against foreign influences on | 640 | struct mutex cred_guard_mutex; /* guard against foreign influences on |
639 | * credential calculations | 641 | * credential calculations |