aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 855fd0d3f174..bd2675efd68d 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1200,6 +1200,7 @@ struct task_struct {
1200 * a short time 1200 * a short time
1201 */ 1201 */
1202 unsigned char fpu_counter; 1202 unsigned char fpu_counter;
1203 s8 oomkilladj; /* OOM kill score adjustment (bit shift). */
1203#ifdef CONFIG_BLK_DEV_IO_TRACE 1204#ifdef CONFIG_BLK_DEV_IO_TRACE
1204 unsigned int btrace_seq; 1205 unsigned int btrace_seq;
1205#endif 1206#endif