[roll] Roll fuchsia [starnix] Promote the Socket's FsNode to a strong reference

Maintaining a weak reference to the Socket's FsNode is unnecessary
since the only reference from FsNode to Socket is from the file-
system node to which a Unix-domain Socket is bound, to the Socket,
and in that case the FsNode differs from the one associated with
the Socket itself.

Holding a strong reference avoids raciness between referencing the
FsNode of a target Socket, and it being torn-down by its owner.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261264
Original-Revision: ade556b77559b725156f8d35c13c37ee12b85b88
GitOrigin-RevId: 60f686da0ea90d2f01f244a7c16c771d224b5279
Change-Id: I2850fce8e7b0ec96ef822a9bcec23162fa2fb40d
1 file changed
tree: d9fce2a8ebec744a5071dc3a67479ba83bf94353
  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 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.