Eliminate GIANT_REQUIRED from swap_pager_putpages().

Approved by:	re (mux)
MFC after:	1 week
This commit is contained in:
Alan Cox 2007-06-24 18:40:30 +00:00
parent 6c65055cf4
commit fe8606ac9e

View file

@ -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,