mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 09:17:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a356e481509
@@ -32,6 +32,8 @@
|
||||
|
||||
//#define DBFS_DEBUG
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct CacheEntry {
|
||||
time_t timestamp { 0 };
|
||||
u32 block_index { 0 };
|
||||
@@ -240,3 +242,5 @@ DiskCache& DiskBackedFS::cache() const
|
||||
m_cache = make<DiskCache>(const_cast<DiskBackedFS&>(*this));
|
||||
return *m_cache;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user