[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
1 file changed
tree: 1dc9f012abad6a7df3a9c2c38daba3353b5efa14
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.