common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / generic / 175
index f4f19f8475c94aa1ac050f7dd612af9a4201679e..df25f0a6a1730cfbf29a4241aa5dd65a9dff578c 100755 (executable)
@@ -56,7 +56,7 @@ testdir="$SCRATCH_MNT/test-$seq"
 mkdir "$testdir"
 
 echo "Create a one block file"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 _pwrite_byte 0x61 0 $blksz "$testdir/file1" >> "$seqres.full"
 
 fnr=19