[roll] Roll fuchsia [starnix][overlayfs] Delegate file operation directly to ops

Instead of delegating to the FileObject, delegate to the ops.
This short circuit multiple locks and permissions check that should
already have happened on the higher level.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1534557
Original-Revision: 8022a69e1a6f9858f3bbab446ac088ff3520f45d
GitOrigin-RevId: 675e643af4ceb151eded2f550f9af6b51296f81d
Change-Id: I34f771d4160c214f250b340c2d091d56d6ea3aa0
1 file changed
tree: 718348f857006325a6c99aa210e64d6e6a752bff
  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.