summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-06-04 07:57:09 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-06-04 07:57:09 -0400
commitc32bba1325cebd27e4dd3697a4b41ff0df59614f (patch)
tree7506841560ffc946e68a8f8e65cf5e9c06964c87
parent1952c0790c74e4e81d7066a19aabc5c55a13f10f (diff)
Fix build when CONFIG_BCACHEFS_DEBUG=y
-rw-r--r--include/linux/sched.h2
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;
};