mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
Remove the cheesy block cache from DiskBackedFS.
This should be reimplemented with proper paging support. This approach was mostly just chewing kmalloc memory.
This commit is contained in:
parent
4b6a8f8a08
commit
42d9f18cae
Notes:
sideshowbarker
2024-07-19 16:06:23 +09:00
Author: https://github.com/awesomekling
Commit: 42d9f18cae
3 changed files with 1 additions and 37 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "UnixTypes.h"
|
||||
#include <AK/Buffer.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Lock.h>
|
||||
#include "ext2_fs.h"
|
||||
|
||||
struct ext2_group_desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue