common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / btrfs / 095
index b477b5714c2b52a717ff9e5f86e1ac004a50fc9f..f256e8892238ee2fe2b5a1eff6e85093e622fba2 100755 (executable)
@@ -62,7 +62,7 @@ _scratch_mkfs >>$seqres.full 2>&1
 _init_flakey
 _mount_flakey
 
-BLOCK_SIZE=$(get_block_size $SCRATCH_MNT)
+BLOCK_SIZE=$(_get_block_size $SCRATCH_MNT)
 
 # Create prealloc extent covering file block range [40, 155[
 $XFS_IO_PROG -f -c "falloc $((40 * $BLOCK_SIZE)) $((115 * $BLOCK_SIZE))" \