Skip to content

Commit

Permalink
mdflush: Add missing #include <linux/bio.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
goldshtn committed Feb 13, 2017
1 parent e0bcd3f commit d11179d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mdflush.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <uapi/linux/ptrace.h>
#include <linux/sched.h>
#include <linux/genhd.h>
#include <linux/bio.h>
struct data_t {
u64 pid;
Expand Down

0 comments on commit d11179d

Please sign in to comment.