[roll] Roll fuchsia [f2fs] Refactor to prepare for removing DnodeOfData type

This CL refactors functions not to use DnodeOfData as their parameter type.

DnodeOfData type should be removed for three reasons.
- DnodeOfData is not compatible with RAII pattern.
- The usage is not compatible with the struct name. DnodeOfData stands for "Direct node of data", but truncate functions use this struct to express all node type (including indirect node)
- One parameter DnodeOfData is used for both input and output. It complicates the code.

Original-Bug: 94112
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668607
Original-Revision: 8f7495aa0b0870f3c524eb286b262e7f409cecc3
GitOrigin-RevId: df6ee4d0d19dc2cd0c845cca09c1ed9116a67f56
Change-Id: I731fed7f07594b5bd3febe18d33b39e6e2e515d7
1 file changed
tree: a80e97a5d46d0dcec82d44d6eb5806bcf38a0a4a
  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.