[roll] Roll fuchsia [f2fs] Fix GC bug related to orphan file.

Currently, orphan file's data page cannot be write-backed.
Therefore, f2fs-gc cannot move orphan file's data block,
even if it is selected as a victim.

To fix it, if a victim block belongs to orphan file,
f2fs-gc just truncate it.

Multiply: f2fs-truncate-large-tests: 100
Original-Fixed: 111070

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/739042
Original-Revision: 22a6533f01cea350452708b9b2fdf093afcdf07a
GitOrigin-RevId: a0621c9103b3e35a9908969db8dd52df6727b31e
Change-Id: I2e0df764c71030be3e602e5d15d9c1b996513026
1 file changed
tree: 35ab49444b57e2448b178363487983d818e9ab86
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.