mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
Ext2FS: On second thought, let's not uncache the Ext2FSInodes today..
This commit is contained in:
parent
741349502f
commit
0cb074dc73
Notes:
sideshowbarker
2024-07-19 16:06:18 +09:00
Author: https://github.com/awesomekling
Commit: 0cb074dc73
1 changed files with 1 additions and 1 deletions
|
@ -988,5 +988,5 @@ String Ext2FSInode::reverse_lookup(InodeIdentifier child_id)
|
|||
|
||||
void Ext2FSInode::one_retain_left()
|
||||
{
|
||||
fs().m_inode_cache.remove(index());
|
||||
// FIXME: I would like to not live forever, but uncached Ext2FS is fucking painful right now.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue