eliminate r/w lock promotion concept

This commit is contained in:
Ryan Fleury
2024-11-04 13:30:10 -08:00
parent 4a0e21d447
commit 44b8c9e87c
7 changed files with 45 additions and 92 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ struct FS_Stripe
{
Arena *arena;
OS_Handle cv;
OS_Handle rw_mutex;
OS_Handle r_mutex;
OS_Handle w_mutex;
};
////////////////////////////////