[roll] Roll fuchsia [starnix][remotefs] Persist attributes for special nodes

RemoteSpecialNode (used for sockets and other special files) was using
the default no-op implementation of update_attributes. This caused
permission changes (e.g., via chmod) to be lost when the node was
refreshed or evicted from cache.

This change implements update_attributes for RemoteSpecialNode to call
attr_set on the underlying channel, matching the behavior of RemoteNode.

Original-Bug: 505494465
Test: mount_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1586828
Original-Revision: db7be5cac7a40cc16eca789c546e75ef711f2cc8
GitOrigin-RevId: de576291b895110d73eb0254a9a4f1bcc7223b4f
Change-Id: I2fd207824c0d2783992db5339812f17bca122eca
1 file changed
tree: a49e46785f5019f3657e2493ddc09ec5ca5efc68
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.