mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
bcachefs: Print a better message for mark and sweep pass
Btree gc, aka mark and sweep, checks allocations - so let's just print that. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
This commit is contained in:
parent
9e34316156
commit
0f78264a6b
1 changed files with 2 additions and 2 deletions
|
@ -1144,12 +1144,12 @@ use_clean:
|
|||
test_bit(BCH_FS_REBUILD_REPLICAS, &c->flags)) {
|
||||
bool metadata_only = c->opts.norecovery;
|
||||
|
||||
bch_info(c, "starting mark and sweep");
|
||||
bch_info(c, "checking allocations");
|
||||
err = "error in mark and sweep";
|
||||
ret = bch2_gc(c, true, metadata_only);
|
||||
if (ret)
|
||||
goto err;
|
||||
bch_verbose(c, "mark and sweep done");
|
||||
bch_verbose(c, "done checking allocations");
|
||||
}
|
||||
|
||||
bch2_stripes_heap_start(c);
|
||||
|
|
Loading…
Add table
Reference in a new issue