diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 022c085ac3c5..caa8f4d0186b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1411,6 +1411,10 @@ struct task_struct { | |||
1411 | #ifdef CONFIG_UPROBES | 1411 | #ifdef CONFIG_UPROBES |
1412 | struct uprobe_task *utask; | 1412 | struct uprobe_task *utask; |
1413 | #endif | 1413 | #endif |
1414 | #if defined(CONFIG_BCACHE) || defined(CONFIG_BCACHE_MODULE) | ||
1415 | unsigned int sequential_io; | ||
1416 | unsigned int sequential_io_avg; | ||
1417 | #endif | ||
1414 | }; | 1418 | }; |
1415 | 1419 | ||
1416 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ | 1420 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ |