diff options
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 6edb06ef..48d20e29 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -85,6 +85,8 @@ struct task_struct { bool on_cpu; char comm[TASK_COMM_LEN]; + pid_t pid; + struct bio_list *bio_list; }; |