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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 17b72d88c4cb..e38c436ee12b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -88,6 +88,7 @@ struct sched_param {
88 88
89struct exec_domain; 89struct exec_domain;
90struct futex_pi_state; 90struct futex_pi_state;
91struct bio;
91 92
92/* 93/*
93 * List of flags we want to share for kernel threads, 94 * List of flags we want to share for kernel threads,
@@ -1014,6 +1015,9 @@ struct task_struct {
1014/* journalling filesystem info */ 1015/* journalling filesystem info */
1015 void *journal_info; 1016 void *journal_info;
1016 1017
1018/* stacked block device info */
1019 struct bio *bio_list, **bio_tail;
1020
1017/* VM state */ 1021/* VM state */
1018 struct reclaim_state *reclaim_state; 1022 struct reclaim_state *reclaim_state;
1019 1023