1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00

Fix bug where you couldn't "cd .." into the root of a mounted fs.

This commit is contained in:
Andreas Kling 2018-10-26 18:19:31 +02:00
parent a32b3a3ddf
commit edb81a635c
2 changed files with 6 additions and 7 deletions

View file

@ -64,8 +64,6 @@ bool ProcFileSystem::initialize()
{
SyntheticFileSystem::initialize();
auto d = addFile(createDirectory("sys"));
addFile(createGeneratedFile("summary", [] {
InterruptDisabler disabler;
auto tasks = Task::allTasks();