commit | ab1774a93d25baf8d153bee780daf1ee5c0581cc | [log] [tgz] |
---|---|---|
author | Brandon Castellano <bcastell@fuchsia.infra.roller.google.com> | Fri Aug 02 20:51:06 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 02 13:52:48 2024 -0700 |
tree | b97f15018d5f33e27ad1610e2328c05e01b32145 | |
parent | e308aab51bacea04bd8847603c06fa3a1ee3ac36 [diff] |
[roll] Roll fuchsia [vfs][rust] Remove `get_attrs` and `set_attrs` trait methods Remove io1-specific `get_attrs` and `set_attrs` methods from Rust VFS traits. The attributes defined in io2 are a super-set of those in io1, so we can still implement connections using the `get_attributes` and `update_attributes` trait methods. Ensure that the correct abilities are reported for the C++ and Rust VFS pseudo-directory types as well as package-directory. In particular, files do not support updating attributes, and directories do not support client-side modification. Original-Bug: 342508424 Original-Fixed: 355034859 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1083620 Original-Revision: 418df56b79619c065cc375ab05e6fa816ce629fc GitOrigin-RevId: 9bd33d969584d00b3bdf36c8cd177c9462ddb9b3 Change-Id: I94f25a55832dac51d9789645facc08ffd8ddb672
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.