[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.