common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 345
index 4e3132436fd6327e94fe6a023799081c1bdb3cd7..1684297b3b22567f7a218676dd0217611fd13724 100755 (executable)
@@ -68,7 +68,7 @@ bufnr=16
 bufsize=$((blksz * bufnr))
 
 _require_fs_space $SCRATCH_MNT $((filesize / 1024 * 3 * 5 / 4))
-real_blksz=$(get_block_size $testdir)
+real_blksz=$(_get_block_size $testdir)
 internal_blks=$((filesize / real_blksz))
 
 echo "Create the original files"