mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
InlineLinkedList<Inode>& all_inodes()
|
||||
{
|
||||
static InlineLinkedList<Inode>* list;
|
||||
@@ -213,3 +215,5 @@ void Inode::set_metadata_dirty(bool metadata_dirty)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user