common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 225
index 596cdb86f01994ae678ca34c07b0fa933709cc8b..5864677366f27fe1be46369614dd3d5c972dc02c 100755 (executable)
@@ -66,7 +66,7 @@ echo "Create the original files"
 blksz=65536
 nr=64
 filesize=$((blksz * nr))
-real_blksz=$(get_block_size $testdir)
+real_blksz=$(_get_block_size $testdir)
 internal_blks=$((filesize / real_blksz))
 $XFS_IO_PROG -c "cowextsize $((blksz * 16))" $testdir >> $seqres.full
 _weave_reflink_regular $blksz $nr $testdir/file1 $testdir/file3 >> $seqres.full