common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / btrfs / 017
index 3f409d31e71c52d0935cd6a382f688544116d059..1041957f55135fde938ce88d5f08bf986dff4fc3 100755 (executable)
@@ -62,7 +62,7 @@ rm -f $seqres.full
 _scratch_mkfs "--nodesize 65536" >>$seqres.full 2>&1
 _scratch_mount
 
-BLOCK_SIZE=$(get_block_size $SCRATCH_MNT)
+BLOCK_SIZE=$(_get_block_size $SCRATCH_MNT)
 EXTENT_SIZE=$((2 * $BLOCK_SIZE))
 
 $XFS_IO_PROG -f -d -c "pwrite 0 $EXTENT_SIZE" $SCRATCH_MNT/foo \