commit | 08b156e392966fbf44876400c41b722b3e307cbe | [log] [tgz] |
---|---|---|
author | Chris Drouillard <cdrllrd@fuchsia.infra.roller.google.com> | Thu May 15 17:06:21 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 15 17:07:30 2025 -0700 |
tree | f7a88129baf34e454fa179dc359ce185e02a41c4 | |
parent | 3c3f0cbc1450d7a6f1e1f83b93162a95b77b6e6a [diff] |
[roll] Roll fuchsia [vfs][rust] Remove observer event The observer event was only used by Blobfs to signal when a blob that was opened for reading but hadn't been fully written yet becomes readable. Blobfs now implements the BlobReader protocol removing the need for the observer event. This change only removes the observer from the rust vfs to avoid any new uses of the observer being added before it gets removed from fuchsia.io. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277844 Original-Revision: f2c936fcf1349a6143d30391b21d96dc9d70df9e GitOrigin-RevId: 196f71ab0da769825d413a577a8631dfece8ee22 Change-Id: I869b71f24a5da52cc2047002368d01173b88e8b9
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 in one of the communication channels documented at get involved.
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
.