mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 14:29:20 +00:00
Rename "vfs" to "vfs_ctx" inside USTAR class
This commit is contained in:
@ -63,7 +63,7 @@ namespace VirtualFileSystem
|
||||
}
|
||||
|
||||
public:
|
||||
USTAR(uintptr_t Address, Virtual *vfs);
|
||||
USTAR(uintptr_t Address, Virtual *vfs_ctx);
|
||||
~USTAR();
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user