[roll] Roll fuchsia [f2fs_reader] Start dedicated thread for block server.

This mirrors what is done elsewhere to avoid deadlocks (in this case
just for consistency).

I also found this was flaking due to large memory requirements (2x disk
size). Fixed by building the Vmo from the image without a second copy
and avoid materializing zero pages (of which there are many).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1425234
Original-Revision: 4e617fd0c0cb198c1187e9cc6cf22e719597a7ac
GitOrigin-RevId: 80998ada1c1fe6345f3e2590c288c41bb53c0724
Change-Id: Icffcb89c24b2530c71d2b24e3e0c905fd84d5002
1 file changed
tree: 8ac88193ca7b138a084884945e9dc82ccb3e9b55
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.