mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
The main place where this is a little iffy is in RAMFS where inodes have a LockWeakPtr to their parent inode. I've left that as a LockWeakPtr for now.
This commit is contained in:
@@ -115,7 +115,7 @@ private:
|
||||
Mount* find_mount_for_host(InodeIdentifier);
|
||||
Mount* find_mount_for_guest(InodeIdentifier);
|
||||
|
||||
LockRefPtr<Inode> m_root_inode;
|
||||
RefPtr<Inode> m_root_inode;
|
||||
|
||||
SpinlockProtected<RefPtr<Custody>, LockRank::None> m_root_custody {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user