aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index cb952bc225e4..87f2eb27ee10 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1010,7 +1010,7 @@ struct task_struct {
1010 * a short time 1010 * a short time
1011 */ 1011 */
1012 unsigned char fpu_counter; 1012 unsigned char fpu_counter;
1013 int oomkilladj; /* OOM kill score adjustment (bit shift). */ 1013 s8 oomkilladj; /* OOM kill score adjustment (bit shift). */
1014 char comm[TASK_COMM_LEN]; /* executable name excluding path 1014 char comm[TASK_COMM_LEN]; /* executable name excluding path
1015 - access with [gs]et_task_comm (which lock 1015 - access with [gs]et_task_comm (which lock
1016 it with task_lock()) 1016 it with task_lock())