[roll] Roll fuchsia [starnix] Optimize SyncFile merge by caching koids

The SYNC_IOC_MERGE ioctl in sync_file.rs was performing redundant
koid() syscalls on zx::Counter handles during deduplication.

This change caches the koid in the SyncPoint struct when created,
avoiding syscalls during the merge operation.

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1594808
Original-Original-Revision: 83a628bfc4cbc6c9cb2e1aa15b033dae00cc4419
GitOrigin-RevId: 0f9d02bc47515689f38accaf785b7248ee42a845
Change-Id: I184bd9c6603936e401efa329d16d728181aa6272
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1609910
Cr-Commit-Position: refs/heads/main@{#192529}
1 file changed
tree: 14c02645100bc5facf93b799411c1c7842d2d164
  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.