common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 129
index 10880e52aa8fdf860e87cb1cba89c5eea959264a..687d6274928356b8c0b45df4129b4c71a5c7c4ac 100755 (executable)
@@ -59,7 +59,7 @@ mkdir $testdir
 metadump_file=$TEST_DIR/${seq}_metadump
 
 echo "Create the original file blocks"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 nr_blks=$((4 * blksz / 12))
 _pwrite_byte 0x61 0 $((blksz * nr_blks)) $testdir/file1 >> $seqres.full