commit | 2ddbfc4094eecbb48f4baa9ce4618ac57cd1341b | [log] [tgz] |
---|---|---|
author | Chris Drouillard <cdrllrd@fuchsia.infra.roller.google.com> | Tue Jul 25 21:23:15 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 25 14:24:19 2023 -0700 |
tree | 675b3a9b0298fc7d9e557406dcb6d6b522d15ef4 | |
parent | 6519eaff6d784e9131f4349b183bbbce8b73082e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.