common: add leading underscore to get_block_size
[xfstests-dev.git] / common / defrag
index 986b4bf254f90f637fdac7f90b189d725fcaadb5..d279382f4b56e3239a7f7d3a1e96672c9f7a521b 100644 (file)
@@ -29,7 +29,7 @@ _require_defrag()
     ext4|ext4dev)
        testfile="$TEST_DIR/$$-test.defrag"
        donorfile="$TEST_DIR/$$-donor.defrag"
-       bsize=`get_block_size $TEST_DIR`
+       bsize=`_get_block_size $TEST_DIR`
        $XFS_IO_PROG -f -c "pwrite -b $bsize 0 $bsize" $testfile > /dev/null
        cp $testfile $donorfile
        echo $testfile | $here/src/e4compact -v -f $donorfile | \