[roll] Roll fuchsia Reland "[starnix] Refresh modify_time with value managed by filesystem"

This is a reland of commit 5ec53c4ccc98f9aa6f4d746beb02d3a51767e7aa.
It also combines the changes in
commit 240a07a4d85c9ec9ffb057df879db5801f77ec87 that fixes a bug in the
former commit.

This fixes an issue with the previous commits where FsNodeInfo was
updated with `attrs.modfication_time` when it was not set. Also, change
the function that updates FsNodeInfo with fields of `attrs` only if it
was set.

Original change's description:
> [starnix] Refresh modify_time with value managed by filesystem
>
> Modification time should be managed by the underlying filesystem if the
> filesystem supports that. When node info is refreshed, it will now be
> refreshed with the modification time that the filesystem manages.
>
> Original-Bug: b/294318193
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/901058
>
>
> [starnix] Fix update_attributes bug
>
> This change fixes two bugs in `update_attributes()`. It was previously
> not correctly checking if `time_modify` had been modified. It was also
> only updating node info only if `time_modify`, `mode`, `uid, `gid`, or
> `rdev` was modified.
>
> Original-Bug: b/294318193
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/904380

Original-Bug: b/294318193
Original-Fixed: b/297439844
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/940176
Original-Revision: 11c60e6c812433c552db820f04a6557aced0aa0c
GitOrigin-RevId: 503ea2fe7f668637a2744fa504f962c79fea5bd3
Change-Id: I0c5b7ab9220f1f23bbb318b88f34923b04eac027
1 file changed
tree: 77cb81c806b1500688f003aed08bc61ab7a25b42
  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.