[roll] Roll fuchsia [fuchsia.io] Remove Enumerate/DirectoryIterator

To speed up io2 migration, remove Enumerate (and DirectoryIterator) from
the protocol.

Enumerate/DirectoryIterator would need to be implemented as part of the
Open2 migration. There is no current server support for it and there
does not seem to be a pressing need to implement it at the moment. Most
cases are still served by ReadDirents. Removing Enumerate is to help
simplify the io2 migration process, it can be added back when migration
is completed.

Original-Bug: b/340436161
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1047692
Original-Revision: 07abe63d7f6731a6d4a8145f00c299e222e52432
GitOrigin-RevId: 1c10100ebadbbcf8c3583dd997f6035eab43bef8
Change-Id: I0be6806f62e9211170b09818e102acf5face6898
1 file changed
tree: b0e1d82364a436af079e380d9c5b02f32b8ac731
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.