1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:47:35 +00:00

Kernel: Protect global device map with spinlock instead of mutx

This commit is contained in:
Andreas Kling 2022-02-03 01:41:01 +01:00
parent e0d9472ced
commit ddde9e7ee5
3 changed files with 5 additions and 6 deletions

View file

@ -23,7 +23,6 @@
#include <Kernel/FileSystem/DeviceFileTypes.h>
#include <Kernel/FileSystem/File.h>
#include <Kernel/FileSystem/SysFS.h>
#include <Kernel/Locking/Mutex.h>
#include <Kernel/UnixTypes.h>
namespace Kernel {