summaryrefslogtreecommitdiff
path: root/mount
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-08-24 16:26:22 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-08-24 16:26:22 -0400
commita9a46467e618c5f040107cd87ebe7afa7863bc3c (patch)
tree4aca5ed843da1799c6b40e404e05348caecd8ca5 /mount
parentcd9892e543845e045142ed29e4a5a9ce446a205e (diff)
Assorted debug and fsck improvements
This adds a new list mode to "bcachefs list", for printing out nodes as they exist on disk (before being merge sorted). Also some improvements to fsck return values. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'mount')
-rw-r--r--mount/src/libbcachefs_wrapper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mount/src/libbcachefs_wrapper.h b/mount/src/libbcachefs_wrapper.h
index fd76a6c0..9d9754c1 100644
--- a/mount/src/libbcachefs_wrapper.h
+++ b/mount/src/libbcachefs_wrapper.h
@@ -1,4 +1,4 @@
-#include <libbcachefs/super-io.h>
-#include <libbcachefs/checksum.h>
-#include <libbcachefs/bcachefs_format.h>
-#include <crypto.h>
+#include "../libbcachefs/super-io.h"
+#include "../libbcachefs/checksum.h"
+#include "../libbcachefs/bcachefs_format.h"
+#include "../crypto.h"