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

of directly, this is a cleaner way to do it.
This commit is contained in:
phk 2003-08-06 12:05:48 +00:00
parent 8466c4c3ed
commit 63d9a65167

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);
}
/*