]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - include/linux/sched.h
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[can-eth-gw-linux.git] / include / linux / sched.h
index 530c52ef873ecb40272eb5062d2cdc1233fcdc4d..29116b853ece06b127bc435eb4356c719df2f963 100644 (file)
@@ -633,9 +633,10 @@ struct signal_struct {
        struct rw_semaphore group_rwsem;
 #endif
 
-       int oom_score_adj;      /* OOM kill score adjustment */
-       int oom_score_adj_min;  /* OOM kill score adjustment minimum value.
-                                * Only settable by CAP_SYS_RESOURCE. */
+       oom_flags_t oom_flags;
+       short oom_score_adj;            /* OOM kill score adjustment */
+       short oom_score_adj_min;        /* OOM kill score adjustment min value.
+                                        * Only settable by CAP_SYS_RESOURCE. */
 
        struct mutex cred_guard_mutex;  /* guard against foreign influences on
                                         * credential calculations