mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
This commit is contained in:
parent
a1d7ebf85a
commit
93d98d4976
153 changed files with 473 additions and 467 deletions
|
@ -84,8 +84,8 @@ public:
|
|||
|
||||
void will_be_destroyed();
|
||||
|
||||
void set_shared_vmobject(SharedInodeVMObject&);
|
||||
RefPtr<SharedInodeVMObject> shared_vmobject() const;
|
||||
void set_shared_vmobject(Memory::SharedInodeVMObject&);
|
||||
RefPtr<Memory::SharedInodeVMObject> shared_vmobject() const;
|
||||
|
||||
static void sync();
|
||||
|
||||
|
@ -116,7 +116,7 @@ protected:
|
|||
private:
|
||||
FileSystem& m_file_system;
|
||||
InodeIndex m_index { 0 };
|
||||
WeakPtr<SharedInodeVMObject> m_shared_vmobject;
|
||||
WeakPtr<Memory::SharedInodeVMObject> m_shared_vmobject;
|
||||
RefPtr<LocalSocket> m_socket;
|
||||
HashTable<InodeWatcher*> m_watchers;
|
||||
bool m_metadata_dirty { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue