commit | ebbbc02cf74c8fe84622655c210fcf1d59b69f05 | [log] [tgz] |
---|---|---|
author | Aaron Drew <ripper@fuchsia.infra.roller.google.com> | Thu Jan 11 01:02:27 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 10 17:04:11 2024 -0800 |
tree | 6da7a45d64b98e69e9bc67d431d330c5c81b48ba | |
parent | a5c973b6cd1a3199dcbc9e7b78d70b5403d378ef [diff] |
[roll] Roll fuchsia [fxfs] Fix bug where pages may not be supplied. It's possible that VMO size and 'byte_size' are different. This fixes a bug where, if byte_size is smaller, the page handler may fail to supply required pages. It also ensures that read ahead will not supply zero pages beyond the end of the VMO (uses max of byte_size and requested range) as this will cause supply_pages to fail a range check and lead to a similar result. Original-Bug: b/318773519 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/971633 Original-Revision: a0371fe61226cd285dab0ee9e68c620563d8e76a GitOrigin-RevId: d8dd9113fba4e8daa754dcc8a51c7fd782929ea3 Change-Id: I276a795059efb88325f25e776ea4254f599af6cf
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
.