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:
parent
a32b3a3ddf
commit
edb81a635c
2 changed files with 6 additions and 7 deletions
|
@ -64,8 +64,6 @@ bool ProcFileSystem::initialize()
|
|||
{
|
||||
SyntheticFileSystem::initialize();
|
||||
|
||||
auto d = addFile(createDirectory("sys"));
|
||||
|
||||
addFile(createGeneratedFile("summary", [] {
|
||||
InterruptDisabler disabler;
|
||||
auto tasks = Task::allTasks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue