summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/InodeWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/InodeWatcher.h')
-rw-r--r--Kernel/FileSystem/InodeWatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/InodeWatcher.h b/Kernel/FileSystem/InodeWatcher.h
index 39d80652ab..a3d5ece833 100644
--- a/Kernel/FileSystem/InodeWatcher.h
+++ b/Kernel/FileSystem/InodeWatcher.h
@@ -64,7 +64,7 @@ public:
private:
explicit InodeWatcher() { }
- mutable Mutex m_lock;
+ mutable Spinlock m_lock;
struct Event {
int wd { 0 };