[roll] Roll fuchsia Revert "[starnix] Convert epoll_files to RcuHashMap"

This reverts commit c0a8cfb5df49765c2e902606928bbee1b097f7e3.

Caused a performance regression.

Original-Bug: b/479865111

Original change's description:
> [starnix] Convert epoll_files to RcuHashMap
>
> Replaces Mutex<HashMap> with RcuHashMap in FileObject for consistency.
> Currently, all interacts with the hash map are writes, so there is no
> concurrency benefit from using RCU.
>
> Original-Bug: b/480111666
> Change-Id: Id0bb71178550b88bd2afa101601369baeaf946ff
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1490426
> Reviewed-by: Adam Perry <adamperry@google.com>
> Reviewed-by: Aaron Knobloch <aknobloch@google.com>
> Fuchsia-Auto-Submit: Adam Barth <abarth@google.com>
> Commit-Queue: Adam Barth <abarth@google.com>

Original-Bug: b/480111666
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1496624
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 432ff4c9b7d21e566f20fb9d80eab2490cd7e6a2
GitOrigin-RevId: 08476fe5a114cf0b8fe88bec7b2b6353dfc88aaa
Change-Id: Ia3f8f6f90b42f56125f0d1359c187772426489b5
1 file changed
tree: ff5a345981111cc96ad69467d1f552d0281f8c1c
  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.