mdflush: Add missing #include <linux/bio.h>
authorSasha Goldshtein <goldshtn@gmail.com>
Mon, 13 Feb 2017 23:46:24 +0000 (18:46 -0500)
committerSasha Goldshtein <goldshtn@gmail.com>
Mon, 13 Feb 2017 23:46:24 +0000 (18:46 -0500)
tools/mdflush.py

index 955324a..b023b76 100755 (executable)
@@ -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;