Commit d11179d8 authored by Sasha Goldshtein's avatar Sasha Goldshtein

mdflush: Add missing #include <linux/bio.h>

parent e0bcd3f6
......@@ -21,6 +21,7 @@ b = BPF(text="""
#include <uapi/linux/ptrace.h>
#include <linux/sched.h>
#include <linux/genhd.h>
#include <linux/bio.h>
struct data_t {
u64 pid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment