common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 233
index a0c1612995a3b30f5ba0df4bac0de97e0d94c602..e61c444df091833a9be9e025d2778d171f3029da 100755 (executable)
@@ -53,7 +53,7 @@ testdir=$SCRATCH_MNT/test-$seq
 mkdir $testdir
 
 echo "Create the original files"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 _pwrite_byte 0x61 0 $((blksz * 14 + 71)) $testdir/original >> $seqres.full
 cp -p $testdir/original $testdir/copy1
 cp -p $testdir/copy1 $testdir/copy2