[roll] Roll fuchsia [starnix] Apply MS_RELATIME to new mounts rather than strict-atime

Modern Linux applies MS_RELATIME to the mount flags of new mounts
rather than defaulting to strict access-time management.

To support this and the default preservation of existing access-
time flags on a mount when remounting, a helper is added to the
MountFlags structure to do the flag checking and setting.

This also addresses the behaviour of the MS_NODIRATIME modifier to
the other access-time "mode" flags.

Original-Bug: 436921256, 502513010
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1575534
Original-Revision: 0674e64be50969e4bcfecaf36b5344af88916294
GitOrigin-RevId: 4adb0efdf86d715a2a39adc9b7a5f37826af9438
Change-Id: Ibeb7701f9d95d58ec14f19c454654f8f9b282010
1 file changed
tree: 265e7de959fbd4a8f109331821f4809b95492429
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.