[roll] Roll fuchsia [f2fs] Use a single mutex in VnodeF2fs

This CL makes VnodeF2fs class hierarchy use
only Vnode::mutex_ to control multiple access
with simple locking structure.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/965272
Original-Revision: 47b34e439ab843a09a505d9f5e130ebe50b9ad47
GitOrigin-RevId: 0393978e5307876ca4e70fc689f3056104ee5c87
Change-Id: I94d6a441a988ffa885a566821198b408f713477c
1 file changed
tree: c6474184bdf91fa19b68888cf9690f400b2e95e3
  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.