[roll] Roll fuchsia [minfs] Flush journal when out of space

Previously, unlinking a node did not always allow for the free blocks
released by the unlink to be re-used by a subsequent operation. This
would result in either causing minfs to attempt expansion and/or to
run out of space.

This change forces a flush to the journal when transactions fail to
allocate blocks so that any pending free space can be returned to the
allocator. The transaction is then attempted again.

Original-Fixed: 88364
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/605581
Original-Revision: 427a61140abe259c729612ea4926c4baeeda34da
GitOrigin-RevId: 1a1204a318a87e2dad53054a90ed1c211e35b676
Change-Id: If2a6bd8f4bda9618a231243d1d9f2fda7f66ab97
1 file changed
tree: 7127db4bbb756728665dd07a77adf9ff4ef1f39c
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.