[roll] Roll fuchsia [vfs] Move readable/writable fields to nodes.

Move responsibility for setting POSIX mode bits to node implementations
instead of adding them within the VFS itself. This also resolves some
inconsistencies where directory nodes were reporting the wrong mode.

Update AsyncFile to include these new fields, and add getters to
FileConnectionApi to allow them to limit connection rights.

Original-Bug: 37534
Tested: Built+Ran. Validated changes for fxfs/fatfs manually.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/534542
Original-Revision: 84109901831eb08168fe3d2c3f9bcdc1844fd564
GitOrigin-RevId: 10082b3abf600cf6e2933ec1c6619f5cdb48f77f
Change-Id: Ie8d3bc7dc6e11a3fa7643ac31b90cb1724023757
1 file changed
tree: adf78216f042039738c094363c2468cb75582705
  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.