common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 228
index 994f5014610fe55d5bc79dca42a24fa283145c04..9d8e9a907b3c16e68e2d655467e1bab8bc87e4bb 100755 (executable)
@@ -72,7 +72,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_rainbow $blksz $nr $testdir/file1 $testdir/file3 >> $seqres.full