common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 232
index 0ffa19897f781f59604d0ca25efded67ea894564..6b74997aa65738319d4e2361cc9deb970d06649e 100755 (executable)
@@ -73,7 +73,7 @@ bufnr=2
 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"