common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 236
index e5840cbd8a35ea2a1aa323c26179ae13d2f64f97..3ce4de81189c170b24da9846462a3c79f3a71dcf 100755 (executable)
@@ -57,7 +57,7 @@ testdir=$SCRATCH_MNT/test-$seq
 mkdir $testdir
 
 echo "Create the original file blocks"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 nr_blks=$((8 * blksz / 12))
 
 for i in 1 2 x; do