[roll] Roll fuchsia [starnix][cgroup] Rename Hierarchy to DirectoryNodes

Hierarchy was misleading because the filesystem does not know about the
tree-structure of cgroups. Instead, the `CgroupRoot` and `Cgroup` data
structures form a tree, and the filesystem creates a `DirectoryNode` for
each `Cgroup` or `CgroupRoot` in the tree.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1219504
Original-Revision: cc402acc9615c9dc4bdafd0192a0967af60f687e
GitOrigin-RevId: 59e7c656af96a24df2075439cc3ed9070d30e13b
Change-Id: I18b08559f3915652692c31121b53429623614380
1 file changed
tree: eedcc673084fa2116d2fcb4e409f9201ad403419
  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.