[roll] Roll fuchsia [f2fs] Refactor node manager

This CL defines NodeManager class that manages node operations
as well as NAT cache, and it removes c-style code such as gotos
in the node manager and regarding unit tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/582062
Original-Revision: 9220c9e6f4984f40a2602ad76458c656482f55ee
GitOrigin-RevId: aa68427ed10c6bd0da3bb483b773074fb8975fb0
Change-Id: I1996866c0cb88cfbc31adda9a0725bd8465e6fb3
1 file changed
tree: 83c08f37fbc5c8427645a1e4065ba36f518b039a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.