Access the swap_pagers' ->putpages() through swappagerops instead

of directly, this is a cleaner way to do it.
This commit is contained in:
Poul-Henning Kamp 2003-08-06 12:05:48 +00:00
parent 580f2456b7
commit 030b34923d

View File

@ -129,7 +129,7 @@ default_pager_putpages(object, m, c, sync, rtvals)
boolean_t sync;
int *rtvals;
{
swap_pager_putpages(object, m, c, sync, rtvals);
swappagerops.pgo_putpages(object, m, c, sync, rtvals);
}
/*