[roll] Roll fuchsia [vfs][rust] Return None for unsupported attributes

VmoFile doesn't support any of the mutable attributes. Unsupported
attributes should be left as None rather than returning 0.

Starnix uses the POSIX compatibility attributes if they are returned.
Returning 0 for all of these attributes makes the file mostly unusable.

Original-Bug: b/327633753
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004714
Original-Revision: 8a91c020b6d31ed27898013684a504d87263a6da
GitOrigin-RevId: af031433e88fc41759b2c185832198bb90234f67
Change-Id: I16d703a2b0b1da7e70388a7f4a5698e4b85d8df5
1 file changed
tree: db27542575fd09c00b0ea003ad6b249bad7ad6b6
  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.