[roll] Roll fuchsia [blobfs] Pager read failures to always return IO error.

Previously the failure code from the underlying block device was passed
up and sorted into three categories of what to return to the kernel.
Those categories have meaning that the underlying block device shouldn't
need to understand, so the pager should relabel all read failures as IO
errors which indicates that a retry may succeed.

Original-Bug: 99821
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677046
Original-Revision: b9640a3fa460be51ee4d9132142fb12996bfc79b
GitOrigin-RevId: a8e9067d5d5d761d9487e7472c9487589574c533
Change-Id: Id27592d8f192ded408cb4632f560b06c55f8fd9c
1 file changed
tree: 718d0fcd92e461edd4d46cd96e4572d6b084feae
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.