[roll] Roll fuchsia [starnix] Remove default impl of FileOps::sync.

Having no-op default impls makes it easy for implementors to
accidentally overlook the need to implement operations. Move this
default impl to a macro that allows implementors to opt-in to a
noop.

This caught missing real impls for loop devices, overlay files,
and FUSE.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1079373
Original-Revision: 4817ff798ad89fabdb22388e43f76f176a2234ea
GitOrigin-RevId: 60167a374b7c159f90304b4646ad69d4023b864b
Change-Id: If6a7f6b83b6ff1fdb392405714a9a56b4084b463
1 file changed
tree: 8cb1e72a3d8a220043fadcb7319d74131c341ec3
  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 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.