misc: fix _get_file_block_size usage
[xfstests-dev.git] / tests / generic / 157
index 5ec8999ea7fcb02c0915aa66b6c4339b33562565..379c38b9434ee073ffd61808b33c0844a46494f2 100755 (executable)
@@ -46,7 +46,7 @@ testdir2=$SCRATCH_MNT/test-$seq
 mkdir $testdir2
 
 echo "Create the original files"
-blksz="$(_get_block_size $testdir1)"
+blksz="$(_get_file_block_size $testdir1)"
 blks=1000
 margin='7%'
 sz=$((blksz * blks))