[roll] Roll fuchsia [vfs] Replace Remote with RemoteDir

Add a new RemoteDir that encapsulate the remote DirectoryProxy. The
proxy is shared between both Open and Open2 calls. This replaces Remote
which used a routing callback function that would be called on open.
Supporting Open2 would have been more involved with Remote where the
callback function would have to support both Open and Open2 with
different function signatures.

This CL also removes the `remote_node(..)` function that is not used.

Original-Bug: b/325540563
Test: fx test vfs-tests rustvfs-io1-conformance-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1001752
Original-Revision: aa2251c7d7f83a41afae539daf7324bc03832737
GitOrigin-RevId: 00abff6785399baaaff8c0813556e059e8a07f12
Change-Id: I4a48634c269e61bb0f240ba1d7887b8ac9954959
1 file changed
tree: d899dba512af4fd1fbb460970737a155d4fe6e94
  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.