Fix partial rename to check_meta_alloc

As I was committing the initial check command I had only partially
completed a rename of the function that checks the metadata allocators.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2024-10-17 11:42:16 -07:00
committed by Auke Kok
parent 25d5b507a1
commit 897f26c839
+1 -1
View File
@@ -75,7 +75,7 @@ static int do_check(struct check_args *args)
goto out;
ret = check_supers() ?:
check_meta_refs();
check_meta_alloc();
out:
/* and tear it all down */
block_shutdown();