diff options
author | Andreas Kling <kling@serenityos.org> | 2023-03-10 07:53:02 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-03-10 13:15:44 +0100 |
commit | 03cc45e5a2ecc5d173aa121404d7ed8251c109f8 (patch) | |
tree | 7737b1bdd4ccbf03012d7ae5e20d99073ed5da1c /Meta/Lagom | |
parent | 61bb9103c28ac053a52b00fa5e7235ab315444b5 (diff) | |
download | serenity-03cc45e5a2ecc5d173aa121404d7ed8251c109f8.zip |
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
This was mostly straightforward, as all the storage locations are
guarded by some related mutex.
The use of old-school associated mutexes instead of MutexProtected
is unfortunate, but the process to modernize such code is ongoing.
Diffstat (limited to 'Meta/Lagom')
0 files changed, 0 insertions, 0 deletions