[roll] Roll fuchsia Revert "[f2fs] Reduce writeback latency"

This reverts commit b38ab48ec4ebb7c052479fb4cf8ac9307b15e946.

Reason for revert: Reports that it broke f2fs-unittest.

Original change's description:
> [f2fs] Reduce writeback latency
>
> This CL rewrites the write path to avoid contention on FileCache
> between f2fs and writeback threads. The f2fs thread keeps dirty
> Pages in a separate list, and the writeback thread flushes them
> from the list without searching FileCache. It is shown that
> this way can lower writeback latency by around 18% On NUC11.
>
> Original-Bug: 107158
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714282

Original-Bug: 107158
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755302
Original-Revision: ad09e21fd12d9b1475626b89c8ac1d1decf6b5c9
GitOrigin-RevId: 4e46be0b469a3335feb7500decdbeeb29788099d
Change-Id: I6ed9ed8b9f987fd32fb925df456e24b65371621c
1 file changed
tree: 00dcded0b5c147de14abccf2fa12cf34c684abda
  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.