diff options
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r-- | libbcachefs/super.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c index 066a72a2..696ea138 100644 --- a/libbcachefs/super.c +++ b/libbcachefs/super.c @@ -22,6 +22,7 @@ #include "checksum.h" #include "clock.h" #include "compress.h" +#include "counters.h" #include "debug.h" #include "disk_groups.h" #include "ec.h" @@ -47,7 +48,7 @@ #include "super.h" #include "super-io.h" #include "sysfs.h" -#include "counters.h" +#include "trace.h" #include <linux/backing-dev.h> #include <linux/blkdev.h> @@ -60,8 +61,6 @@ #include <linux/sysfs.h> #include <crypto/hash.h> -#include <trace/events/bcachefs.h> - MODULE_LICENSE("GPL"); MODULE_AUTHOR("Kent Overstreet <kent.overstreet@gmail.com>"); |