| commit | 27ec3953e1192a0cda27813572bbd5e9cfcf59ef | [log] [tgz] |
|---|---|---|
| author | Wez <wez@fuchsia.infra.roller.google.com> | Fri Apr 25 14:57:48 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 25 14:59:42 2025 -0700 |
| tree | d9fce2a8ebec744a5071dc3a67479ba83bf94353 | |
| parent | 500f83e32d11c98a29fe3d218f082976a2288552 [diff] |
[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
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 in one of the communication channels documented at get involved.
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.