[roll] Roll fuchsia [pkg][blobfs-client] list_known_blobs creates a new dir connection

fuchsia.io.Directory.ReadDirents uses a per-connection index into the
array of directory entries. To prevent contention over this index by
concurrent calls (either from concurrent calls to list_known_blobs on
this object, or on clones of this object, or other clones of the
DirectoryProxy this object was made from), create a new connection
which will have its own index.

Original-Fixed: b/299310119
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/912854
Original-Revision: cdd2ace9141689db32dd773de4c4e274649225e1
GitOrigin-RevId: e9c3e36fc34b023992f6947fe5243077d68d0140
Change-Id: I58e1dbff73b53d2476f36bd7223827a2fffbceed
1 file changed
tree: 8282c334a34e54b17de63adda507b763e9e8aa60
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.