[roll] Roll fuchsia [fidl] Fix typos and markup for block device FIDL.

Declare `BLOCK_VMOID_INVALID` to be of type `Vmoid` (= `uint16`), not
`uint32`.

Set type of fields in `block_stats_t` from `size_t` to `uint64_t` to
match the FIDL. `size_t` is technically not guaranteed to be `uint64_t`,
although as a practical matter it is on all Fuchsia systems.

Update the comment explaining the `flags` field of `alloc_req_t`. It
took some spelunking to find the actual live definition. It is still not
super clear; perhaps the flag name(s) should be in an `enum` with a
suitable name, or prefixed with `ALLOC_REQ_T_FLAG_` or similar.

Original-Bug: None
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602109
Original-Revision: d203feda7ea2c30199c2a8eba746f962c4d0ff99
GitOrigin-RevId: 78083f8c599df748784275d1c872b0ccb7bd806c
Change-Id: I6230ec2547145822705dde6bc4b81470c92139b2
1 file changed
tree: f7c5c9c079c867aae609c4c68d593d5b0f3e0e8f
  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.