| commit | 5a9a3bb76a8359b6adda38f639fae55dfd2552bb | [log] [tgz] |
|---|---|---|
| author | Martin Lindsay <mlindsay@fuchsia.infra.roller.google.com> | Wed May 21 08:51:51 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed May 21 08:54:01 2025 -0700 |
| tree | 1e58a078812b79de4225971a0d9e8c78481fa3a5 | |
| parent | c93b15fd5c698b674a4945451a33251a887ce646 [diff] |
[roll] Roll fuchsia [blobfs] Fixes handle close race for debug assert. Outside of debug mode the response would still have been correct, but it was via an unexpected code path. If a handle closure for the writer hasn't been processed before the next open attempt then we followed a code path that assumed we were still writing the blob but it had been closed by the client. The new case confirms that the writer is complete and the blob is persistent, which obsoletes the previous "else" case below. Original-Bug: 417273110 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1281387 Original-Revision: 0fa0f76d21ea576236b7ddd80952ee1081aa365b GitOrigin-RevId: 2e432f48722455cfce33df532bd5a784e62054a8 Change-Id: I1de50e377590db1ea9eaca14943dfc29978d961e
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.