From: Kent Overstreet Date: Sat, 9 Feb 2019 21:50:53 +0000 (-0500) Subject: bcachefs: delete a debug printk X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=94cd106f8db3e454fa900acc1ffcbc5dcc0eddd8;p=linux.git bcachefs: delete a debug printk Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/recovery.c b/fs/bcachefs/recovery.c index 2eaff9a6fee55..2ff86262d41c6 100644 --- a/fs/bcachefs/recovery.c +++ b/fs/bcachefs/recovery.c @@ -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);