summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
Diffstat (limited to 'ufs')
-rw-r--r--ufs/pokeloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/pokeloc.c b/ufs/pokeloc.c
index d09942e8..267aa106 100644
--- a/ufs/pokeloc.c
+++ b/ufs/pokeloc.c
@@ -75,7 +75,7 @@ sync_disk (int wait)
spin_lock (&pokelistlock);
for (pl = pokelist; pl; pl = tmp)
{
- pager_sync_some (disk_pager, pl->offset, pl->length, wait);
+ pager_sync_some (diskfs_disk_pager, pl->offset, pl->length, wait);
tmp = pl->next;
free (pl);
}