mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02: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:
Notes:
sideshowbarker
2024-07-19 16:06:23 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/42d9f18caeb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user