common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 132
index ac8dc25f576801a0763f7fd7e253c9294dc87d83..178e26850a53a871e2343609c421a34f7a31e1df 100755 (executable)
@@ -72,7 +72,7 @@ rm -rf $testdir
 mkdir $testdir
 
 echo "Create the original file blocks"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 blks=2000
 margin=100
 sz=$((blksz * blks))