mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:08:11 +00:00
Rename:
VirtualFileSystem -> VFS VirtualFileSystem::Node -> Vnode
This commit is contained in:
parent
c735c56e4c
commit
457a5df7d5
13 changed files with 143 additions and 137 deletions
|
@ -6,5 +6,5 @@ CharacterDevice::~CharacterDevice()
|
|||
|
||||
RetainPtr<FileDescriptor> CharacterDevice::open(int options)
|
||||
{
|
||||
return VirtualFileSystem::the().open(*this, options);
|
||||
return VFS::the().open(*this, options);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue