summaryrefslogtreecommitdiff
path: root/cmd_debug.c
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 /cmd_debug.c
parent54e00cf01633eadcbf68973a33246b463131865a (diff)
bcachefs-in-userspace improvements
Got rid of the stupid shim file hack
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index a8c534ba..02f4b49d 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -95,7 +95,6 @@ int cmd_dump(int argc, char *argv[])
opts.nochanges = true;
opts.noreplay = true;
opts.errors = BCH_ON_ERROR_CONTINUE;
- fsck_err_opt = FSCK_ERR_NO;
while ((opt = getopt(argc, argv, "o:fh")) != -1)
switch (opt) {
@@ -235,7 +234,6 @@ int cmd_list(int argc, char *argv[])
opts.nochanges = true;
opts.norecovery = true;
opts.errors = BCH_ON_ERROR_CONTINUE;
- fsck_err_opt = FSCK_ERR_NO;
while ((opt = getopt(argc, argv, "b:s:e:m:h")) != -1)
switch (opt) {