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
@@ -62,7 +62,7 @@ rm -f $seqres.full
|
||||
_scratch_mkfs "--nodesize 65536" >>$seqres.full 2>&1
|
||||
_scratch_mount
|
||||
|
||||
BLOCK_SIZE=$(get_block_size $SCRATCH_MNT)
|
||||
BLOCK_SIZE=$(_get_block_size $SCRATCH_MNT)
|
||||
EXTENT_SIZE=$((2 * $BLOCK_SIZE))
|
||||
|
||||
$XFS_IO_PROG -f -d -c "pwrite 0 $EXTENT_SIZE" $SCRATCH_MNT/foo \
|
||||
|
||||
Reference in New Issue
Block a user