[roll] Roll fuchsia [starnix][zxio] Add function to update atime when closing

We now have a way to inform the underlying filesystem that a node is
pending an atime update (due to file access) by sending a fuchsia.io
Node Get_Attributes request with `PENDING_ACCESS_TIME_UPDATE` query.
When we close a node, we may want to update atime first before closing
it.

This will be used in follow-up CL to have persistent update of atime in
Starnix.

Original-Bug: 401073280
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235947
Original-Revision: 6d32465e0d6d202519e71a481d03f80831eacefd
GitOrigin-RevId: f07d662fa9253c03960992d9bf47b5cf5c1efa8e
Change-Id: Ibf8b054a23660ca389d0e9d57211acc62af3a55a
1 file changed
tree: 81a3046e54c49a5b1a5e0176e13af8bb99aa31e2
  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.