mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
Kernel: Rename VFS => VirtualFileSystem
This commit is contained in:
@@ -18,7 +18,7 @@ UNMAP_AFTER_INIT void SyncTask::spawn()
|
||||
Process::create_kernel_process(syncd_thread, "SyncTask", [] {
|
||||
dbgln("SyncTask is running");
|
||||
for (;;) {
|
||||
VFS::the().sync();
|
||||
VirtualFileSystem::the().sync();
|
||||
(void)Thread::current()->sleep(Time::from_seconds(1));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user