common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / xfs / 328
index 851845639db4a1bf690c8579c26eef75af394ba8..90c5f2b2a22a7a473d9d2c217985ad15cc93c1b3 100755 (executable)
@@ -62,7 +62,7 @@ mkdir "$testdir"
 # 2^10 blocks... that should be plenty for anyone.
 fnr=$((12 + LOAD_FACTOR))
 free_blocks=$(stat -f -c '%a' "$testdir")
-blksz=$(get_block_size $testdir)
+blksz=$(_get_block_size $testdir)
 space_avail=$((free_blocks * blksz))
 calc_space()
 {