[roll] Roll fuchsia [fxfs] Fix journal deadlock fxrev.dev/533284 changed the journal to commit the transaction to free the old bytes of the journal file, rather than writing the mutations directly. This causes a deadlock, since while committing the transaction (which induces a write-lock on the journal file), we also take a read lock on the journal by creating another transaction in JournalWriter::flush_buffer. Fix this by restoring the old behaviour where we do not commit the transaction, and instead directly write its mutations. Original-Bug: 77499 Multiply: fxfs-tests: 100 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/535442 Original-Revision: 07be509b7956831ba185fb789662be7c28bae2a7 GitOrigin-RevId: f0b6d35f33246c7953912bf5015e084b2b945d33 Change-Id: Ie99473733381fc22b444a34cbe1bb1e6861ec61a
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.