mirror of
https://github.com/RGBCube/serenity
synced 2025-06-14 02:42:08 +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
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