android_packages_modules_Vi.../authfs/fd_server
Victor Hsieh bf944d734b fd_server: use RwLock instead of Mutex
`nix::dir::Dir` isn't Sync (required by `RwLock`), so I had to replace
it with `OwnedFd`.

Bug: 220386264
Test: atest AuthFsHostTest
Test: performance change before vs after is hard to tell
Change-Id: Ib3fd9047970a856b532234f0bebad652172e12de
2022-03-08 00:06:22 +00:00
..
src fd_server: use RwLock instead of Mutex 2022-03-08 00:06:22 +00:00
Android.bp Use fsverity metadata file for authfs 2021-12-20 18:52:54 +09:00