[roll] Roll fuchsia [fxfs] Avoid boxing future in LayerIterator

When advancing layer iterators through trait objects, such as when the
merger advances sub-iterators, we frequently allocate boxed futures even
when the underlying iterator can advance synchronously (e.g. for
in-memory skip lists or cached persistent layer chunks).

Allow dynamic layer iterators to complete advance operations
synchronously without allocating heap futures on the hot path.

TAG=agy
CONV=54607f32-26db-4cb9-b07f-77438a8a2b02

Test: fx test fxfs-tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1587188
Original-Original-Revision: 1e8fbd66f7d2c753608e1685657a5b567b72d4ae
GitOrigin-RevId: a31809475da5344970519c2c156420f0fc7b1987
Change-Id: I2ca9c38e3cd690cd950e162d679336e842bc7937
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1794277
Cr-Commit-Position: refs/heads/main@{#200780}
1 file changed
tree: 0fd387daad1cabcbbd896ccb5f38d7dc57c3578a
  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.