mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Add an inode metadata cache to the ext2fs implementation.
This commit is contained in:
parent
4259ffb080
commit
8e640539ef
7 changed files with 57 additions and 5 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
{
|
||||
ASSERT(m_retainCount);
|
||||
if (!--m_retainCount)
|
||||
delete static_cast<const T*>(this);
|
||||
delete static_cast<T*>(this);
|
||||
}
|
||||
|
||||
int retainCount() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue