mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-19 22:44:19 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user