summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/FileDescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/FileDescription.h')
-rw-r--r--Kernel/FileSystem/FileDescription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/FileDescription.h b/Kernel/FileSystem/FileDescription.h
index 81bab057b4..ae8f9d45b7 100644
--- a/Kernel/FileSystem/FileDescription.h
+++ b/Kernel/FileSystem/FileDescription.h
@@ -156,7 +156,7 @@ private:
bool m_direct : 1 { false };
FIFO::Direction m_fifo_direction { FIFO::Direction::Neither };
- Lock m_lock { "FileDescription" };
+ Mutex m_lock { "FileDescription" };
};
}