[roll] Roll fuchsia Revert "[paver] BlockPartitionClient respects max transfer size."

This reverts commit 30ebc33560542ad53c13f5586252b202156d0924.

Reason for revert: Change is not necessary. Breakup of large IOs happens at the block server layer.

Original change's description:
> [paver] BlockPartitionClient respects max transfer size.
>
> Not all block devices are capable of handling unbounded IO transfer
> sizes. Partition paving fails when the partition client tries to read or
> write more data than the storage device can handle in one go.
>
> The block interface exposes the max transfer size for each block device.
> This change breaks up large IOs into max-transfer-sized chunks.
>
> Test: Successfully OTA'ed a device with limited max transfer size.
> Original-Bug: 348034903
> Change-Id: I1063342095274cf33332a801e8b688b5cef457e7
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1106825
> Reviewed-by: Yecheng Zhao <zyecheng@google.com>
> Commit-Queue: HanBin Yoon <hanbinyoon@google.com>

Original-Bug: 348034903
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1107879
Original-Revision: 883a3c119f19a654ba3a5189ec0e3ed038381384
GitOrigin-RevId: e2be139d5721daf28968263cd5d539b89ba97cb0
Change-Id: I2c69dd110c9e2ffac7ad1c940f92b78d1155528c
1 file changed
tree: 11d3c4650c45eccc46ddcf877b18b19b40d90711
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.