commit | 483ee5d6ba48dbcd8a7ad7f37fbf52ebf28db3a0 | [log] [tgz] |
---|---|---|
author | Juston Li <justonli@google.com> | Fri Oct 21 20:01:31 2022 +0000 |
committer | Marge Bot <emma+marge@anholt.net> | Mon Jan 16 16:15:45 2023 +0000 |
tree | 3bf2eaa4b2394018d599713ee21e68eedbb502e0 | |
parent | 4c19426fd6a77932fabfb0b590fea6b2fcb39dd7 [diff] |
util/fossilize_db: don't destroy foz on RO load fail When loading multiple RO foz dbs, if a db fails to load, continue trying to load other RO foz dbs instead of destroying the foz cache. Preserve destroying the foz cache and not preceding to load RO caches if the RW cache fails to load. Signed-off-by: Juston Li <justonli@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19328>