mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
Fix bug where you couldn't "cd .." into the root of a mounted fs.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 18:38:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/edb81a635c1
@@ -64,8 +64,6 @@ bool ProcFileSystem::initialize()
|
||||
{
|
||||
SyntheticFileSystem::initialize();
|
||||
|
||||
auto d = addFile(createDirectory("sys"));
|
||||
|
||||
addFile(createGeneratedFile("summary", [] {
|
||||
InterruptDisabler disabler;
|
||||
auto tasks = Task::allTasks();
|
||||
|
||||
Reference in New Issue
Block a user