Commit 94cd106f authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: delete a debug printk

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 736affa8
......@@ -215,10 +215,11 @@ int bch2_fs_recovery(struct bch_fs *c)
if (ret)
goto err;
bch_verbose(c, "starting stripes_read");
ret = bch2_stripes_read(c, &journal);
if (ret)
goto err;
pr_info("stripes_read done");
bch_verbose(c, "stripes_read done");
set_bit(BCH_FS_ALLOC_READ_DONE, &c->flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment