mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
FileSystem: Don't expose VFS::root_inode().
It seems like we don't need to expose this anymore, it's only used by VFS internally to construct the root custody.
This commit is contained in:
@@ -617,7 +617,7 @@ void VFS::sync()
|
||||
Custody& VFS::root_custody()
|
||||
{
|
||||
if (!m_root_custody)
|
||||
m_root_custody = Custody::create(nullptr, "", *root_inode());
|
||||
m_root_custody = Custody::create(nullptr, "", *m_root_inode);
|
||||
return *m_root_custody;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user