commit | 823a2956e270072bfaa747de280cb374c1a77dea | [log] [tgz] |
---|---|---|
author | Chris Suter <csuter@fuchsia.infra.roller.google.com> | Mon May 19 21:22:26 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 19 21:24:29 2025 -0700 |
tree | 8433f35d61baad774e7e089ee6e872c47f545c8c | |
parent | 1563a3d91695d61093ad6f354f893fa68ebb6fc0 [diff] |
[roll] Roll fuchsia [vfs] Change ExecutionScope to use fuchsia-async cancellation There are some changes in semantics: 1. Once shut down and the active-guard count reaches zero, it cannot be incremented again, which means that spawning new tasks when a future is dropped is no longer guaranteed to always run tasks. This has implications for Fxfs and flushing files. I had to rework the code to make sure files get flushed before Fxfs is shut down. 2. Tasks that are spawned no longer hold a reference to its scope, which means that the caller must retain the scope. 3. Tasks are no longer guaranteed to run at least once when spawned. We no longer seem to depend on this. Along the way, I spotted an issue with symlinks. They didn't have an open count so it was possible to unlink them and then you'd get errors if you tried to read the link. I've changed this to match what happens on Linux: you can continue to read the link until the symlink is closed. Original-Bug: 416349680 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269645 Original-Revision: e79718b29c65b66ce5cff95c691b3e69af53d542 GitOrigin-RevId: 43d9c5ddfa82dacdd594991ee97295cb88af32a9 Change-Id: I06577cede0238d908a004320c9774e78466fedb1
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
.