mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: add leading underscore to get_block_size
Add a leading underscore to the get_block_size helper since it's a common function. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
daedb4dc13
commit
0bfb84110b
+1
-1
@@ -70,7 +70,7 @@ bufnr=8
|
||||
bufsize=$((blksz * bufnr))
|
||||
|
||||
_require_fs_space $SCRATCH_MNT $((filesize / 1024 * 3 * 5 / 4))
|
||||
real_blksz=$(get_block_size $testdir)
|
||||
real_blksz=$(_get_block_size $testdir)
|
||||
internal_blks=$((filesize / real_blksz))
|
||||
|
||||
echo "Create the original files"
|
||||
|
||||
Reference in New Issue
Block a user