[roll] Roll fuchsia [fxfs] Remove unnecessary stream create

Use a VMO directly in PagedObjectHandle and FxBlob instead of wrapping
the VMO in a VmoDataBuffer. The VmoDataBuffer creates a stream object
for reading and writing to the VMO but PagedObjectHandle and FxBlob
don't use those methods. Removing the VmoDataBuffer wrapper will
remove the stream creation which will speed up opening files and blobs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/889898
Original-Revision: da60277dc7526ab7c1b8474698df8d5ae83cb75b
GitOrigin-RevId: c2857aca14d29f3fe867c14ce3349d2cb6a03768
Change-Id: I0a37118c0f5d8c56db2ba7e738035e8a3b1cbf26
1 file changed
tree: 675b3a9b0298fc7d9e557406dcb6d6b522d15ef4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.