[roll] Roll fuchsia [storage][vfs] Add missing Node requests.

Ensure unhandled requests result in a panic! with visible error message
instead of failing silently.

Remove #[allow(unreachable_patterns)].

Remove outdated comments in appmgr integration tests (GetFlags returns
the same set of flags as Directory.Open, thus it is functionally
equivalent to just test that opening succeeds with the requested flags).

Update TODOs to reference new tracking bug for io1 -> io2 transition.

Original-Bug: 37419
Test: fx test vfs-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/578626
Original-Revision: 78fb3c0abb55d4eda8cf6aa7369e7b767f8514e1
GitOrigin-RevId: dbc783a86d1be33d8c1759b4b3a3b9c8129ffc13
Change-Id: Ie96f86935b2e70d1b34c7fdb74077571deff3c8e
1 file changed
tree: 17734f5c1fa3ca8fa5f8157c4f6f5505d763d97f
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.