[roll] Roll fuchsia [ext4] Should only write if there are enough allocated bytes

Previously, the ext4 library allowed for writes if a region is not fully
allocated (it would just skip writing to the unallocated regions). This
change makes sure we only write if the region is fully allocated.

Original-Bug: 479943428
Test: fx test ext4-read-only-tests
Test: fx test storage-ext4-parser-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1511996
Original-Revision: 511394d92b43f68dbac5447cbf57f40d45c7a03b
GitOrigin-RevId: 2a093e407f27cc568d2e66599dfa6650e983a5fb
Change-Id: I656ba254a404c5be4831798f5343c6c981af3eb7
1 file changed
tree: 0cc9f81e5116937fee5a7e2953e3c49bf21b7752
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.