mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/Lock.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static Lockable<InlineLinkedList<Custody>>& all_custodies()
|
||||
{
|
||||
static Lockable<InlineLinkedList<Custody>>* list;
|
||||
@@ -109,3 +111,5 @@ void Custody::did_rename(Badge<VFS>, const String& name)
|
||||
{
|
||||
m_name = name;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user