Fix build when CONFIG_BCACHEFS_DEBUG=y

This commit is contained in:
Kent Overstreet 2020-06-04 07:57:09 -04:00
parent 1952c0790c
commit c32bba1325

View File

@ -85,6 +85,8 @@ struct task_struct {
bool on_cpu;
char comm[TASK_COMM_LEN];
pid_t pid;
struct bio_list *bio_list;
};