[roll] Roll fuchsia [fxfs] Do not trim read sizes without supplying zeros.

Moves the size correction down after supplying zeroes for requested
regions outside the end of the file. The kernel shouldn't be asking for
those pages anyways, but there is a race with reads and truncation that
can result if this case isn't handled which will result in the pager not
fulfulling the entire request from the kernel and letting it hang.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/950643
Original-Revision: d76ec6a3351f9f69f588792b719f9a2850a9de98
GitOrigin-RevId: dcb5337a4b23a6bcdef7b4754c97eb5618b0fb75
Change-Id: I18da77a319178c904813c53d63e6aa84a8a8656d
1 file changed
tree: fe77a0b922930efc8c64394716457658e8cf94ad
  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.