1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:37:34 +00:00

Revert "Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create"

This reverts commit e95eb7a51d.

This is causing some sort of list corruption, as evident by #7313
I haven't been able to figure it out yet, so lets revert this change
until I can figure out what's going on.
This commit is contained in:
Brian Gianforcaro 2021-05-21 02:27:20 -07:00 committed by Andreas Kling
parent 124a523199
commit 3d7cc471d6
2 changed files with 2 additions and 17 deletions

View file

@ -40,8 +40,6 @@ private:
{
}
static RefPtr<ProcessGroup> from_pgid_nolock(ProcessGroupID);
ProcessGroup* m_prev { nullptr };
ProcessGroup* m_next { nullptr };