mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Kernel: Rename FileDescription => OpenFileDescription
Dr. POSIX really calls these "open file description", not just "file description", so let's call them exactly that. :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 04:31:50 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4a9c18afb9b
@@ -104,7 +104,7 @@ private:
|
||||
bool m_dirty { false };
|
||||
};
|
||||
|
||||
BlockBasedFileSystem::BlockBasedFileSystem(FileDescription& file_description)
|
||||
BlockBasedFileSystem::BlockBasedFileSystem(OpenFileDescription& file_description)
|
||||
: FileBackedFileSystem(file_description)
|
||||
{
|
||||
VERIFY(file_description.file().is_seekable());
|
||||
|
||||
Reference in New Issue
Block a user