Access the swap_pagers' ->putpages() through swappagerops instead
of directly, this is a cleaner way to do it.
This commit is contained in:
parent
8466c4c3ed
commit
63d9a65167
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user