[roll] Roll fuchsia [blobfs] Move write buffer to WriteInfo

As all reading is done now using the pager path, there is no need for
the VMO to be accessible outside of the write path.

Remove unused target compression size as the new direction for streaming
writes is to use offline compression.

Remove initializer for write_info_ when opening existing blobs, which
should save a bit of memory (it was only required for the target
compression size).

Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/695524
Original-Revision: 43f9d27e2fcc3b9606bc72d37728deb8782d64f7
GitOrigin-RevId: d4b4112ff06bb70d036f464518353fa6b788a977
Change-Id: Ia2d4f3e79cb109d017cb5f84f0def3909ff2b855
1 file changed
tree: 4ee5c70a3d20cb2f6f7d6aca6b6f63753e912861
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.