[roll] Roll fuchsia [f2fs] Improve page_tree_ traversal logic.

Previously, page_tree_ traversal was conducted by calling lower_bound() multiple times.
This CL changes it to use ++operator which is more efficient.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702303
Original-Revision: af8f393a7123ac29f4a3e838fa3477b70d8bb45a
GitOrigin-RevId: ee896b97f5eb378cda282839c4bb3c003adb094a
Change-Id: I4346b5e16a51fadd3f18f1ca466ca31f54b5c6ee
1 file changed
tree: af02913050d9dc1afc755bbbb8be8aefe5ee4abe
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.