]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
block: add secure discard
[karo-tx-linux.git] / include / linux / sched.h
index 9591907c4f79262e82089cfa5c1f1cae502d56e0..ce160d68f5e706fb3c157940e68ccac3627dccef 100644 (file)
@@ -621,7 +621,8 @@ struct signal_struct {
        struct tty_audit_buf *tty_audit_buf;
 #endif
 
-       int oom_adj;    /* OOM kill score adjustment (bit shift) */
+       int oom_adj;            /* OOM kill score adjustment (bit shift) */
+       int oom_score_adj;      /* OOM kill score adjustment */
 };
 
 /* Context switch must be unlocked if interrupts are to be enabled */