mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Fix bug where you couldn't "cd .." into the root of a mounted fs.
This commit is contained in:
@@ -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