[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
1 file changed
tree: f7a88129baf34e454fa179dc359ce185e02a41c4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.