common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 169
index acd4b89613157aadb34a56183c6e87e4bde550fd..96f7c5e6cbdf822b6e94a488ba3b3ca8b402943f 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