[roll] Roll fuchsia [starnix] Respect FUSE generation value

The generation value is used to discern nodes that represent different
logical files even though they have the same ID. For more details, see
`libfuse` documentation for `fuse_entry_param.generation`.

Note that filesystems may never have multiple nodes with the same ID,
even with different generation values, at any given moment. It may only
reuse an ID when the node previously associated with that ID is no
longer in use (e.g. deleted).

Original-Bug: b/324955805, b/331965426, b/331965660
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1037270
Original-Revision: 7963a9ccc1fd49ae50f47b18de73d7175ea2f083
GitOrigin-RevId: 19ff68db9b1c75711ef1107b0a20963c67badf1b
Change-Id: I8f1a429a99aa6eb2ec0e3259dd6473b98d9fe17b
1 file changed
tree: 3b93c3da3aabefebd362d20cad3e73db9895a28b
  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.