mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove GIANT_REQUIRED from vm_pageq_remove().
This commit is contained in:
parent
5015c68a3c
commit
6420521aa5
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ vm_pageq_remove(vm_page_t m)
|
|||
int queue = m->queue;
|
||||
struct vpgqueues *pq;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
if (queue != PQ_NONE) {
|
||||
m->queue = PQ_NONE;
|
||||
pq = &vm_page_queues[queue];
|
||||
|
|
|
|||
Loading…
Reference in a new issue