mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
Rename:
VirtualFileSystem -> VFS VirtualFileSystem::Node -> Vnode
This commit is contained in:
@@ -6,5 +6,5 @@ CharacterDevice::~CharacterDevice()
|
||||
|
||||
RetainPtr<FileDescriptor> CharacterDevice::open(int options)
|
||||
{
|
||||
return VirtualFileSystem::the().open(*this, options);
|
||||
return VFS::the().open(*this, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user