summaryrefslogtreecommitdiff
path: root/libbcachefs.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-03-19 21:39:19 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-03-19 21:39:19 -0800
commitc0ad33c126300a51721a4f0ec8c0d757647e9cbe (patch)
tree3da368a314d7dbfc1b440a8410733438452cf483 /libbcachefs.h
parent54e00cf01633eadcbf68973a33246b463131865a (diff)
bcachefs-in-userspace improvements
Got rid of the stupid shim file hack
Diffstat (limited to 'libbcachefs.h')
-rw-r--r--libbcachefs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libbcachefs.h b/libbcachefs.h
index f9cf8fe..2e677ae 100644
--- a/libbcachefs.h
+++ b/libbcachefs.h
@@ -8,16 +8,6 @@
#include "tools-util.h"
#include "vstructs.h"
-struct cache_sb;
-
-enum fsck_err_opts {
- FSCK_ERR_ASK,
- FSCK_ERR_YES,
- FSCK_ERR_NO,
-};
-
-extern enum fsck_err_opts fsck_err_opt;
-
struct format_opts {
char *label;
uuid_le uuid;