[roll] Roll fuchsia [starnix] Make sure hard linked nodes resolve to same node

Hard links need to resolve to the same underlying FsNode.  Also, not all
underlying remote filesystems guarantee to provide unique IDs (and they
could span filesystems anyway), so this changes remote filesystems so
that IDs are only used if the file system is Fxfs, which is known to
have unique IDs.

A previous iteration of this CL started down the path of trying to use a
mount option, but that doesn't work for remote filesystems created via
components where there's no opportunity to specify mount options.
Still, the refactoring I did to support this seems like it might be
beneficial in future so I've left it in.

Original-Bug: 293949025
Original-Bug: 131807
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/896521
Original-Revision: 9ae0d3eb502744951ab448e18f999af09cbe2b68
GitOrigin-RevId: bb05d7262f9db301029bf604db8fb0646d4a20a9
Change-Id: I109b2159f58d692f47db2a931b60b2ed24129016
1 file changed
tree: 0b9152cb0616aadcfe540b28c447210eca0011ee
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.