[roll] Roll fuchsia Revert "[fdio] stat reports correct ctime"

This reverts commit b0904995f0f33c335ba5ec05ef18da6a80150e0a.

Reason for revert: Failing tests that assumes ctime is creation time

Original change's description:
> [fdio] stat reports correct ctime
>
> ctime refers to change_time. Previously the stat implementation was
> reporting creation time. Change to change_time
>
> Also, remove the assertion in fs_tests which assumed that `ctime`
> reported from stat was creation time. We remove it as not all
> filesystems support change_time and would report 0.
>
> Test: fx test fs-tests
> Change-Id: I4b9d74a763db7a709a1f8a8f996c260801300cf7
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243666
> Commit-Queue: Rui Qi Sim <rqsim@google.com>
> Reviewed-by: Brandon Castellano <bcastell@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247245
Original-Revision: f9a02c088ed95abc24e3c3d6d3d5382988e47ab8
GitOrigin-RevId: 1501a4e348be18b15baac331c97c46ff145739e3
Change-Id: I04df5b0a615107f5846216decc3a2a6f51d62396
1 file changed
tree: 3ce0ebbd70eaecb5fa05a777ba182850160c90ad
  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.