[roll] Roll fuchsia [starnix][vfs] Remove DirEntryState

This CL moves the last field from DirEntryState into DirEntry itself and
uses RCU to synchronize access to the field. We can now remove
DirEntryState entirely, includings its RwLock.

Original-Bug: b/481795680
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1496954
Original-Revision: 552b8b4786087b706747879acce94d54b629c8bd
GitOrigin-RevId: 73aa0bde44be5b49ef9c6c1e7649402fdfcaa77f
Change-Id: Ic8314c700b542b0b17df6ec11daed3a6f87f20fe
1 file changed
tree: 953926d721443dbbd54b7819c988f72bc11b6f16
  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.