diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-22 00:58:42 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-22 03:34:09 +0200 |
commit | 7d5d26b0481221d3ebf420de346cc33b3e003147 (patch) | |
tree | 1ecae82a92376d142f3b4ac1319869a59d0ecf26 /Kernel/Storage | |
parent | ed6f84c2c96dc5f850a51077e5c5a02fbe29d96b (diff) | |
download | serenity-7d5d26b0481221d3ebf420de346cc33b3e003147.zip |
Kernel: Simplify SpinLockProtected<T>
Same treatment as MutexProtected<T>: inheritance and helper class is
removed, SpinLockProtected now holds a T and a SpinLock.
Diffstat (limited to 'Kernel/Storage')
0 files changed, 0 insertions, 0 deletions