[roll] Roll fuchsia [settings] Reduce scope of mutex locking in device_storage

fxr/608706 added a lock call for the entire CachedStorage object in the
flush task loop. This CL removes that locking call and instead only
locks the inspect handle as needed.

Original-Bug: b/210170985, 89083
Test: verified manually on device that persistence works
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/634203
Original-Revision: 29c3b43b2f9e15672d009f9b24838dbbc8b495d6
GitOrigin-RevId: 5c911e26b6a898be54855b91b174b5bed5c09848
Change-Id: I3e208ff080ad01c4e1a114d298a1acd1597635c7
1 file changed
tree: 9f55faab98cb20456f3da05ddf5e8f680f29ed6d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.