[roll] Roll fuchsia [fxfs] Allow changing project on a file without clearing.

Now instead of clearing a project id then setting a new one it can be
changed directly. This was previously prevented to simplify
interactions, but given the intended use cases this inflexibility made
the interface with Starnix very inefficient, requiring at least three
calls to the ProjectId fidl protocol to set a project id from Starnix
userspace. (GetForNode, ClearForNode, SetForNode).

Also removes project lock when applying the project id to the node.
Operations to add and subtract the usage are all atomically merged and
intentionally require no locking.

Original-Bug: 393599426

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1197356
Original-Revision: 7ecdcffa49ae2d61c71bc1c448625d68e1804dd7
GitOrigin-RevId: 324e2fb104d73f1b829fc9677efb95c903267eac
Change-Id: I0e55dcd701e295cc66006f013e0afe8859130491
1 file changed
tree: 47189663fe044b775934e706a4c59ef1e7001bcf
  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 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.