summaryrefslogtreecommitdiff
path: root/cmd_fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_fsck.c')
-rw-r--r--cmd_fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_fsck.c b/cmd_fsck.c
index 6af56692..e908baa5 100644
--- a/cmd_fsck.c
+++ b/cmd_fsck.c
@@ -22,7 +22,7 @@ static void usage(void)
int cmd_fsck(int argc, char *argv[])
{
struct bch_opts opts = bch_opts_empty();
- struct cache_set *c = NULL;
+ struct bch_fs *c = NULL;
const char *err;
int opt;