bcachefs: delete a debug printk
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
736affa8bb
commit
94cd106f8d
@ -215,10 +215,11 @@ int bch2_fs_recovery(struct bch_fs *c)
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
|
bch_verbose(c, "starting stripes_read");
|
||||||
ret = bch2_stripes_read(c, &journal);
|
ret = bch2_stripes_read(c, &journal);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
pr_info("stripes_read done");
|
bch_verbose(c, "stripes_read done");
|
||||||
|
|
||||||
set_bit(BCH_FS_ALLOC_READ_DONE, &c->flags);
|
set_bit(BCH_FS_ALLOC_READ_DONE, &c->flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user