[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
1 file changed
tree: 1e58a078812b79de4225971a0d9e8c78481fa3a5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.