MFC revision 1.294
Eliminate GIANT_REQUIRED from swap_pager_putpages().
This commit is contained in:
parent
0bac22ecad
commit
d7ccdaec4d
@ -1127,7 +1127,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…
x
Reference in New Issue
Block a user