projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0bcd3f
)
mdflush: Add missing #include <linux/bio.h>
author
Sasha Goldshtein
<goldshtn@gmail.com>
Mon, 13 Feb 2017 23:46:24 +0000
(18:46 -0500)
committer
Sasha Goldshtein
<goldshtn@gmail.com>
Mon, 13 Feb 2017 23:46:24 +0000
(18:46 -0500)
tools/mdflush.py
patch
|
blob
|
history
diff --git
a/tools/mdflush.py
b/tools/mdflush.py
index
955324a
..
b023b76
100755
(executable)
--- a/
tools/mdflush.py
+++ b/
tools/mdflush.py
@@
-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;