mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Eliminate GIANT_REQUIRED from swap_pager_putpages().
Approved by: re (mux) MFC after: 1 week
This commit is contained in:
parent
6c65055cf4
commit
fe8606ac9e
1 changed files with 0 additions and 1 deletions
|
|
@ -1128,7 +1128,6 @@ swap_pager_putpages(vm_object_t object, vm_page_t *m, int count,
|
|||
int i;
|
||||
int n = 0;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
if (count && m[0]->object != object) {
|
||||
panic("swap_pager_getpages: object mismatch %p/%p",
|
||||
object,
|
||||
|
|
|
|||
Loading…
Reference in a new issue