bcachefs: delete a debug printk
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 9 Feb 2019 21:50:53 +0000 (16:50 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:15 +0000 (17:08 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery.c

index 2eaff9a6fee55ecc272f29a33248b296190399b3..2ff86262d41c66245df9c077aceeb83519d4e271 100644 (file)
@@ -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);