[roll] Roll fuchsia [ext4] Remove usage of deprecated fuchsia.mem/Buffer.

I'm working on adding ext4 mount support back to Starnix
and the current `Buffer` API is hard to integrate with
Starnix's `FileOps::get_vmo() -> Arc<Vmo>` API, since we'd
need to clone the VMO to be able to put an owned VMO handle
in the Buffer struct.

Because `Buffer` is supposed to be deprecated in favor of
VMO content size, I'm removing it from the ext4 library rather
than trying to work around the API mismatch in Starnix.

Original-Bug: 129705

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882739
Original-Revision: 26d751920ea032695a553d463aae6f3a1cde09ef
GitOrigin-RevId: d7213971606bceff78a91782ebdfb46e70d07fa4
Change-Id: I9f8d9fea894dd4a5c649647544741257e33d9009
1 file changed
tree: 5ec7cd39f3cb61c1d10c14f801927a39de4f5dd1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.