[roll] Roll fuchsia [fxfs] Tombstone to not fetch Object mutation unless needed.

This change is mean to support a change to the find() interface where we
do not return deletion placeholder values. It does not fix the
underlying issues regarding `intial_reap()` but does make it more robust
in being idempotent when deleting attributes that do not exist.

In short I'm papering over the issue differently, to support the
interface change until we can properly fix the caller.

Original-Bug: b/355246066 b/355258430

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087735
Original-Revision: 6c177b6432451ff1f5828c4efcb4d72e6d1d9ffc
GitOrigin-RevId: c48ca9f056b0f847a5d22d7d53403c5b9ee120a0
Change-Id: I0cbee78441997fdbc1fa868ac7fdf9fc264bb995
1 file changed
tree: 3805f32b99e6c8a0717e101a48a0ca2c6f5966c9
  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.