[roll] Roll fuchsia [fxfs] Fix a corruption race.

`flush_all_files()` is called from a background thread where it
could race against `open_count_sub_one()` leading to flushing of a file that is in the process of being purged. This can sometimes lead to bad data. (ObjectValue::None when updating allocated size.)

This wraps flush() so that we never try to flush a file marked as TO_BE_PURGED.

Original-Bug: b/318773519
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/973214
Original-Revision: ae95a366698f1e4a832668cd78fedb6ba77d5ada
GitOrigin-RevId: 9995e375ecddd64fd2b1d765fd15972285085b2a
Change-Id: I745c83ac8ca417639a33f31ea3d0c26731d8b705
1 file changed
tree: 7021c2a11a6e95ba2272e4b781fd513e6393523a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.