[roll] Roll fuchsia [starnix] Store loop device offset in device state.

The offset is currently stored in the file object and since the test
included in this CL fails at ToT that doesn't seem to be synchronized
across all file descriptors.

This change moves the offset state into the loop device itself so that
the configuration will be visible to all users of the loop device.

Original-Bug: 129705

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882573
Original-Revision: b603bfa0d3f4004e927cf0a8d9ae4ab1b041f7e4
GitOrigin-RevId: 0b4e7fdd44e1c9aa74d8b63a598f2b466a5d4d4b
Change-Id: I82ef9a9353618cccaec787608c5f452f20d9d7a6
1 file changed
tree: ec3b0d410ccf68f796cd16aeb0e70910449bac6c
  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.