[roll] Roll fuchsia [fxfs] Remove all checks for ObjectValue::None from find() calls.

After changing `find()` behaviour to not return deleted placeholder
`ObjectValue::None` should not be returned. This would also be handled
for `AllocatorValue::None`, but the allocator runs mostly on iterators
and never uses `find()` so there's nothing to update here.

Original-Bug: b/355258430
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089432
Original-Revision: 8bbeb8b9225202d79fcd4efeca3fbcd5bf44bd00
GitOrigin-RevId: 42fb346e8d4a11a1ea92ca6cd3d2c43e1dd4c082
Change-Id: I888b61592b8bede3065261bfd5884fa0e5d7670f
1 file changed
tree: 2e25558e6ca987d49d3a70ac2bd923357e78f6fd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.