common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 230
index f4b9f157b165a51af89d045d593a17ffd197e0f6..e42013f9e435fc17b41312cc16fb2d9a0e03f31b 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