[roll] Roll fuchsia [fxfs] Fixed duplicate tombstone issue

Prior to this CL, if you were to create an unnamed temporary file, and
then close it without linking it anywhere, some time later when the
timed flushing occurs, the file would get tombstoned for a second time.

The root cause if this issue is that prior to this CL, we would allow an
open count to be taken on a file that had already been purged if it was
an unnamed temporary file.

The fix is to disallow this, but in order to do so, we need to change
how the file is created.

This also fixes an issue where we errnoneously took the truncate guard
when queueing a tombstone, instead of when we actually executed the
tombstone.

Original-Bug: 412830759
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1259844
Original-Revision: ea33213a53100617a356a6820860580f5e42ce01
GitOrigin-RevId: c5b4d70063ce3fac499c48d21b8daf4a37820bed
Change-Id: I7aca14a8890d5bf497842883b1dfcf3c8da68559
1 file changed
tree: d86083cb05b15549c996d81241574aba20de939c
  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 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.