Fixed issue with not releasing the spinlock in show tasks
This commit is contained in:
@ -310,4 +310,5 @@ char buf[40];
|
||||
buf);
|
||||
ptr = ptr->next;
|
||||
}
|
||||
spinlock_release(&tasklock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user