[roll] Roll fuchsia [fshost] Fix df for built-in filesystems

df got broken for built-in filesystems (those not mounted using mount).
This CL fixes that and adds a unit test so it shouldn't get broken
again.  This also makes df work when the data filesystem is fxfs which
now runs as a component.

Original-Bug: 99591
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679186
Original-Revision: 84773b9dc9882ad95dbebc473f17a63624d70948
GitOrigin-RevId: 1bb14b62b28ad6dd8ef42225c75fefb3293a26cc
Change-Id: If4d23e308ea87593ff0624e25fd8a721010d31a5
1 file changed
tree: e57ac257983d0e97a9b6d00a3d9bd4be583709d8
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.