[roll] Roll fuchsia [fxfs] only add spare space if there are dirty pages

If there aren't any new pages added in mark_dirty, keep whatever the
current spare reservation space amount is instead of increasing it to
the full spare amount. Otherwise, if we are running out of space,
writing to an allocated region might wrongly return NO_SPACE because it
was adding extra spare reservation space it doesn't actually need.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1188526
Original-Revision: f474ad9033fdeedc010a9ec39e472063eb968030
GitOrigin-RevId: ca6f7da49dec907a393964c17e5f59d7bc8e937e
Change-Id: I56d201664f87f535abccac4d5d582e6f94100f04
1 file changed
tree: 3afdb4402e87b06d347283a40c4dc0802d69ccd1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.