commit | ec8343e187c7369e77cf6eb0d46abb7b994f7572 | [log] [tgz] |
---|---|---|
author | Aaron Drew <ripper@fuchsia.infra.roller.google.com> | Tue Jan 16 01:14:27 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 15 17:15:31 2024 -0800 |
tree | 7021c2a11a6e95ba2272e4b781fd513e6393523a | |
parent | 5e6d6f4d39a3294d0f3c551a585f46a9442bc4a1 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.