[roll] Roll fuchsia [blobfs] align default cache policy with fshost

fshost defaults to (and so almost universally overrides) the cache
eviction policy to never_evict, so there is no reason to have a
different default in blobfs.

This was causing a bug with the new fvm2 component, because it wasn't
forwarding the override of this option, so it was evicting by default.

This option should just ultimately be removed, but this fixes the
immediate issue.

Original-Bug: 456807639
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1409897
Original-Revision: 2ba0173f75ec30ee0f934d34fc3cc39e351a7353
GitOrigin-RevId: 9a302a12c67a5b96dded9345b965ce98975c7307
Change-Id: I60fa74c0f189a7eb815c57c76311c9dcb9ec9259
1 file changed
tree: 71d85420ffdbd8d7b0f349ddc1bc1ed14cc225ba
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.