diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-04-26 16:34:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-05-02 00:41:47 -0400 |
commit | 6b1f79d5df9f2735192ed1a40c711cf131d4f43e (patch) | |
tree | 67f007fabd01964145cac4f273902f1c12927e8b /libbcachefs/super.c | |
parent | c1a8e27a3fad202750a1b66a1fd1fa82a8a5bd92 (diff) |
Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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>"); |